diff options
author | Thomas Klausner <domm@cpan.org> | 2008-12-01 22:17:30 +0100 |
---|---|---|
committer | Thomas Klausner <domm@cpan.org> | 2008-12-01 22:17:30 +0100 |
commit | cd5f20948b1c3bc6db437e5fdf82d814a5c94932 (patch) | |
tree | 0573af5fb9865dc5d4067a589318651acff4e811 /root | |
parent | added openid client for testing, needs Net-OpenID-Consumer (diff) | |
parent | Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff) | |
download | Simple-OpenID-cd5f20948b1c3bc6db437e5fdf82d814a5c94932.tar.gz Simple-OpenID-cd5f20948b1c3bc6db437e5fdf82d814a5c94932.tar.bz2 Simple-OpenID-cd5f20948b1c3bc6db437e5fdf82d814a5c94932.zip |
Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID
Diffstat (limited to 'root')
-rw-r--r-- | root/templates/index.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/templates/index.xsl b/root/templates/index.xsl index adca9c6..0135613 100644 --- a/root/templates/index.xsl +++ b/root/templates/index.xsl @@ -20,7 +20,7 @@ <body> <p>The website '<xsl:value-of select="$origin_website"/>' wants to verify your PAUSE identity.</p> - <form method="post" action="signin" id="login_form"> + <form method="post" action="login" id="login_form"> <div> <label for="username"><abbr title="Perl Authors Upload Server">PAUSE</abbr> ID:</label> <input name="username" id="username" type="text" /> |