diff options
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 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" /> |