summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2001-10-15 12:59:19 +0200
committergerv%gerv.net <>2001-10-15 12:59:19 +0200
commitefd3bd5d19a39380e2bfe35e03080289d9b38eb1 (patch)
tree5f34c1ec7f124723cd925780ab1f87f81e3ab8c7 /CGI.pl
parenta8bb28e4298ede172b658e8f06d7ae3d68c438e2 (diff)
downloadbugzilla-efd3bd5d19a39380e2bfe35e03080289d9b38eb1.tar.gz
bugzilla-efd3bd5d19a39380e2bfe35e03080289d9b38eb1.tar.xz
Bug 104105 - cosmetic change to make it obvious that you can create an account.
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/CGI.pl b/CGI.pl
index 5ac08c556..80b6cb9ba 100644
--- 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>.
|;
}