Fix for bug 87779: thanks to the new password reset code, there was no clear way…

Fix for bug 87779: thanks to the new password reset code, there was no clear way to create a new Bugzilla account from the login screen. There is now a link to createaccount.cgi from the login screen, and the text around the password reset button has been edited so it doesn't sound like you can get a new account by using it (because you can't) Patch by Dave Miller <justdave@syndicomm.com> r= myk@mozilla.org
parent 133350be
......@@ -1027,12 +1027,14 @@ Content-type: text/html
<hr>
<form method="get" action="token.cgi">
<input type="hidden" name="a" value="reqpw">
If you don't have a password or have forgotten it,
If you have forgotten your password,
enter your login name below and submit a request
to change your password.<br>
<input size="35" name="loginname">
<input type="submit" value="Submit Request">
</form>
<hr>
If you don't have a Bugzilla account, you can <a href="createaccount.cgi">create a new account</a>.
|;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment