]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 87779: thanks to the new password reset code, there was no clear way...
authorjustdave%syndicomm.com <>
Thu, 16 Aug 2001 13:43:21 +0000 (13:43 +0000)
committerjustdave%syndicomm.com <>
Thu, 16 Aug 2001 13:43:21 +0000 (13:43 +0000)
Patch by Dave Miller <justdave@syndicomm.com>
r= myk@mozilla.org

CGI.pl

diff --git a/CGI.pl b/CGI.pl
index fb3d0178d8c2a591d9993998e89a46d7c3f0659f..21a4ccb6b594e717635aaba82a87af242c4e9379 100644 (file)
--- 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>.
             |;
         }