summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-08-16 15:43:21 +0200
committerjustdave%syndicomm.com <>2001-08-16 15:43:21 +0200
commit0bfa7b2752e0f78477fa6ea64b0f6e8eddb4d87c (patch)
treef1fbfae18544c638d103fc44e5c5b10bb1407a04 /CGI.pl
parent133350be74374b3790b08f6fea1b38698e0473f5 (diff)
downloadbugzilla-0bfa7b2752e0f78477fa6ea64b0f6e8eddb4d87c.tar.gz
bugzilla-0bfa7b2752e0f78477fa6ea64b0f6e8eddb4d87c.tar.xz
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
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/CGI.pl b/CGI.pl
index fb3d0178d..21a4ccb6b 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -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>.
|;
}