From 0bfa7b2752e0f78477fa6ea64b0f6e8eddb4d87c Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Thu, 16 Aug 2001 13:43:21 +0000 Subject: 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 r= myk@mozilla.org --- CGI.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CGI.pl') 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
- 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.
+
+ If you don't have a Bugzilla account, you can create a new account. |; } -- cgit v1.2.3-24-g4f1b