summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org>2008-12-01 22:13:53 +0100
committerLars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org>2008-12-01 22:13:53 +0100
commitca2da3136d71826bd5035061e9ef87013d2e045d (patch)
tree54500e6cc65791061f4ca8691a585637640d6e95
parentMerge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff)
downloadSimple-OpenID-ca2da3136d71826bd5035061e9ef87013d2e045d.tar.gz
Simple-OpenID-ca2da3136d71826bd5035061e9ef87013d2e045d.tar.bz2
Simple-OpenID-ca2da3136d71826bd5035061e9ef87013d2e045d.zip
form target for login is root
-rw-r--r--root/templates/index.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/templates/index.xsl b/root/templates/index.xsl
index 17862fd..32f7262 100644
--- a/root/templates/index.xsl
+++ b/root/templates/index.xsl
@@ -21,7 +21,7 @@
<body>
<h1>PAUSE OpenID login service</h1>
<p>The website '<xsl:value-of select="$origin_website"/>' wants to verify your <a href="https://pause.perl.org/">PAUSE</a> identity.</p>
- <form method="post" action="signin" id="login_form">
+ <form method="post" action="/" id="login_form">
<div>
<label for="username"><abbr title="Perl Authors Upload Server">PAUSE</abbr> ID:</label>
<input name="username" id="username" type="text" />