summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-03-27 11:28:51 +0100
committerterry%netscape.com <>1999-03-27 11:28:51 +0100
commitef5afae9ef7289847b53f9e4791e6e6dfd5d6039 (patch)
tree098fcc4a3e609c9c368fa5c190f2e2be84f4a58b /query.cgi
parentd8b930fa2293ea58383682c48cf375fa600fc0be (diff)
downloadbugzilla-ef5afae9ef7289847b53f9e4791e6e6dfd5d6039.tar.gz
bugzilla-ef5afae9ef7289847b53f9e4791e6e6dfd5d6039.tar.xz
Added stuff to make it more obvious how to create an account.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/query.cgi b/query.cgi
index b34f87b13..38d95589b 100755
--- a/query.cgi
+++ b/query.cgi
@@ -546,4 +546,5 @@ if (defined $::COOKIE{"Bugzilla_login"}) {
}
print "<a href=changepassword.cgi>Change your password.</a><br>\n";
print "<a href=\"enter_bug.cgi\">Create a new bug.</a><br>\n";
+print "<a href=\"createaccount.cgi\">Open a new Bugzilla account</a><br>\n";
print "<a href=\"reports.cgi\">Bug reports</a><br>\n";