summaryrefslogtreecommitdiffstats
path: root/CGI.tcl
diff options
context:
space:
mode:
authorshaver%netscape.com <>1998-08-28 05:18:13 +0200
committershaver%netscape.com <>1998-08-28 05:18:13 +0200
commit809067f57241a4d801b70eb910a878c2f19b4135 (patch)
tree43647d4399be60c1711c26085ed5daa25765fa56 /CGI.tcl
parent72058a1627345550626783c1a8194b021f5bad0e (diff)
downloadbugzilla-809067f57241a4d801b70eb910a878c2f19b4135.tar.gz
bugzilla-809067f57241a4d801b70eb910a878c2f19b4135.tar.xz
tell people how to change their new password
Diffstat (limited to 'CGI.tcl')
-rwxr-xr-xCGI.tcl6
1 files changed, 6 insertions, 0 deletions
diff --git a/CGI.tcl b/CGI.tcl
index fc711c7a0..e3c459a11 100755
--- 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]