From: gerv%gerv.net <> Date: Mon, 15 Oct 2001 10:59:19 +0000 (+0000) Subject: Bug 104105 - cosmetic change to make it obvious that you can create an account. X-Git-Tag: bugzilla-2.14.1~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efd3bd5d19a39380e2bfe35e03080289d9b38eb1;p=thirdparty%2Fbugzilla.git Bug 104105 - cosmetic change to make it obvious that you can create an account. --- diff --git a/CGI.pl b/CGI.pl index 5ac08c556a..80b6cb9baf 100644 --- a/CGI.pl +++ b/CGI.pl @@ -1081,16 +1081,17 @@ Content-type: text/html unless( Param("useLDAP") ) { print qq|
+

If you don't have a Bugzilla account, you can + create a new account.

- 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.

- If you don't have a Bugzilla account, you can create a new account. |; }