diff options
author | Jozef Kutej <jozef@emo.cle.sk> | 2008-12-01 22:14:53 +0100 |
---|---|---|
committer | Jozef Kutej <jozef@emo.cle.sk> | 2008-12-01 22:14:53 +0100 |
commit | 1057db90b4a17e82e31ea39c137ac22fa523198c (patch) | |
tree | 6d83cf6e2543d7812edd30e1529987d1e66ccb35 /root/templates | |
parent | Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff) | |
download | Simple-OpenID-1057db90b4a17e82e31ea39c137ac22fa523198c.tar.gz Simple-OpenID-1057db90b4a17e82e31ea39c137ac22fa523198c.tar.bz2 Simple-OpenID-1057db90b4a17e82e31ea39c137ac22fa523198c.zip |
dummy login/
Diffstat (limited to 'root/templates')
-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" /> |