Bug 362444 - "Correct old reference to netscape, use https instead of http for URL, and update help" [p=reed r=justdave]

This commit is contained in:
reed%reedloden.com 2006-12-01 19:27:28 +00:00
parent 6553f633c5
commit 5f51a36a15
3 changed files with 5 additions and 6 deletions

View File

@ -60,9 +60,8 @@ mozilla.org. Currently, your account has been disabled, and will stay
disabled until you change your password.
To change your password, please visit
http://despot.mozilla.org/despot.cgi.
If you can't get that to work, send mail to staff@mozilla.org. If it's
an emergency, try paging terry at page-terry@netscape.com.
https://despot.mozilla.org/despot.cgi.
If you can't get that to work, send mail to sysadmins@mozilla.org.
Unless you take some action, you will probably get this very same email
every day.

View File

@ -333,7 +333,7 @@ sub AddUser() {
PrintHeader();
print p("New account created. Password initialized to $feedback; " .
"please " .
a({href=>"mailto:$email?subject=Change your mozilla.org password&body=Your new mozilla.org account has been created. It initially has a%0apassword $mailwords. Please go to http://despot.mozilla.org/despot.cgi%0aand change your password as soon as possible. You won't actually be%0aable to use it for anything until you do."},
a({href=>"mailto:$email?subject=Change your mozilla.org password&body=Your new mozilla.org account has been created. It initially has a%0apassword $mailwords. Please go to https://despot.mozilla.org/despot.cgi%0aand change your password as soon as possible. You won't actually be%0aable to use it for anything until you do."},
"send mail") .
" and have the user change the password!");
print hr();
@ -472,7 +472,7 @@ sub GeneratePassword {
print h1("OK, new password generated.");
print "$email now has a new password of '" . tt($plain) . "'. ";
print "Please " .
a({href=>"mailto:$email?subject=Change your mozilla.org password&body=Your mozilla.org account now has a password of '$plain'. Please go to%0ahttp://despot.mozilla.org/despot.cgi and change your password as soon as%0apossible. You won't actually be able to use your mozilla.org account%0afor anything until you do."},
a({href=>"mailto:$email?subject=Change your mozilla.org password&body=Your mozilla.org account now has a password of '$plain'. Please go to%0ahttps://despot.mozilla.org/despot.cgi and change your password as soon as%0apossible. You won't actually be able to use your mozilla.org account%0afor anything until you do."},
"send mail") .
" to have the user change the password!";
$::db->do("INSERT INTO syncneeded (needed) VALUES (1)");

View File

@ -57,7 +57,7 @@ For each user, we also record:
<ul>
<li> <b>None</b> -- not allowed to use this repository at
all.
<li> <b>webmonkey</b> -- normal usage.
<li> <b>cvsuser / webmonkey</b> -- normal usage.
<li> <b>cvsadm</b> -- can access the entire CVS repository,
including all the administrative stuff in CVSROOT.
</ul>