]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
tell people how to change their new password
authorshaver%netscape.com <>
Fri, 28 Aug 1998 03:18:13 +0000 (03:18 +0000)
committershaver%netscape.com <>
Fri, 28 Aug 1998 03:18:13 +0000 (03:18 +0000)
CGI.tcl

diff --git a/CGI.tcl b/CGI.tcl
index fc711c7a01e56bf94ab528ade9a4adab7d81a735..e3c459a117c9d373ee979a956f82169481a1573d 100755 (executable)
--- a/CGI.tcl
+++ b/CGI.tcl
@@ -206,6 +206,12 @@ To use the wonders of bugzilla, you can use the following:
 
 E-mail address: %s
       Password: %s
+
+To change your password, go to:
+http://cvs-mirror.mozilla.org/webtools/bugzilla/changepassword.cgi
+
+(Your bugzilla and CVS password, if any, are not currently synchronized.
+Top hackers are working around the clock to fix this, as you read this.)
 "
             set msg [format $template $FORM(Bugzilla_login) \
                          $FORM(Bugzilla_login) $realpwd]