]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 104105 - cosmetic change to make it obvious that you can create an account.
authorgerv%gerv.net <>
Mon, 15 Oct 2001 10:59:19 +0000 (10:59 +0000)
committergerv%gerv.net <>
Mon, 15 Oct 2001 10:59:19 +0000 (10:59 +0000)
CGI.pl

diff --git a/CGI.pl b/CGI.pl
index 5ac08c556afe67991e37f20967e63dc62632f4dc..80b6cb9baf2e29c7f99e06df8477ef65f1577799 100644 (file)
--- a/CGI.pl
+++ b/CGI.pl
@@ -1081,16 +1081,17 @@ Content-type: text/html
         unless( Param("useLDAP") ) {
             print qq|
               <hr>
+              <p>If you don't have a Bugzilla account, you can 
+              <a href="createaccount.cgi">create a new account</a>.</p>
               <form method="get" action="token.cgi">
                 <input type="hidden" name="a" value="reqpw">
-                If you have forgotten your password,
+                If you have an account, but 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>.
             |;
         }