summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org>2008-12-01 22:16:57 +0100
committerLars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org>2008-12-01 22:16:57 +0100
commitfe8db2f6a352f334a048f92b2a0eb2c4c779dce1 (patch)
tree43d4dd4eefa79b132f523db94fefbed397d62a48
parentform target for login is root (diff)
downloadSimple-OpenID-fe8db2f6a352f334a048f92b2a0eb2c4c779dce1.tar.gz
Simple-OpenID-fe8db2f6a352f334a048f92b2a0eb2c4c779dce1.tar.bz2
Simple-OpenID-fe8db2f6a352f334a048f92b2a0eb2c4c779dce1.zip
add openid server link relation
-rw-r--r--root/templates/index.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/root/templates/index.xsl b/root/templates/index.xsl
index 32f7262..433894d 100644
--- a/root/templates/index.xsl
+++ b/root/templates/index.xsl
@@ -13,6 +13,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Sign in with OpenID</title>
+ <link rel="openid.server" href="https://localhost/" />
<style type="text/css">
@import "default.css";
</style>