зеркало из https://github.com/mozilla/pjs.git
Changind cvs-mirror to despot URL
This commit is contained in:
Родитель
8de2bee4d5
Коммит
f45b25b4cf
|
@ -56,7 +56,7 @@ mozilla.org. Currently, your account has been disabled, and will stay
|
||||||
disabled until you change your password.
|
disabled until you change your password.
|
||||||
|
|
||||||
To change your password, please visit
|
To change your password, please visit
|
||||||
http://cvs-mirror.mozilla.org/webtools/despot/despot.cgi.
|
http://despot.mozilla.org/despot.cgi.
|
||||||
If you can't get that to work, send mail to staff@mozilla.org. If it's
|
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.
|
an emergency, try paging terry at page-terry@netscape.com.
|
||||||
|
|
||||||
|
|
|
@ -303,7 +303,7 @@ sub AddUser() {
|
||||||
Query("insert into users (email,passwd,neednewpassword,realname) values ('$q',$p,'Yes',$realname)");
|
Query("insert into users (email,passwd,neednewpassword,realname) values ('$q',$p,'Yes',$realname)");
|
||||||
print p("New account created. Password initialized to $feedback; " .
|
print p("New account created. Password initialized to $feedback; " .
|
||||||
"please " .
|
"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://cvs-mirror.mozilla.org/webtools/despot/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 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."},
|
||||||
"send mail") .
|
"send mail") .
|
||||||
" and have the user change the password!");
|
" and have the user change the password!");
|
||||||
print hr();
|
print hr();
|
||||||
|
@ -429,7 +429,7 @@ sub GeneratePassword {
|
||||||
print h1("OK, new password generated.");
|
print h1("OK, new password generated.");
|
||||||
print "$email now has a new password of '" . tt($plain) . "'. ";
|
print "$email now has a new password of '" . tt($plain) . "'. ";
|
||||||
print "Please " .
|
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://cvs-mirror.mozilla.org/webtools/despot/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%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."},
|
||||||
"send mail") .
|
"send mail") .
|
||||||
" to have the user change the password!";
|
" to have the user change the password!";
|
||||||
Query("insert into syncneeded (needed) values (1)");
|
Query("insert into syncneeded (needed) values (1)");
|
||||||
|
|
|
@ -163,7 +163,7 @@ while (@reprow = $repquery->fetchrow()) {
|
||||||
open(COMMITCHECK, ">$outfile") || die "Can't open $outfile";
|
open(COMMITCHECK, ">$outfile") || die "Can't open $outfile";
|
||||||
|
|
||||||
print COMMITCHECK "#!/tools/ns/bin/perl5.004 --\n";
|
print COMMITCHECK "#!/tools/ns/bin/perl5.004 --\n";
|
||||||
print COMMITCHECK "# DO NOT EDIT THIS FILE! You must instead go to http://cvs-mirror.mozilla.org/webtools/despot, and\n";
|
print COMMITCHECK "# DO NOT EDIT THIS FILE! You must instead go to http://despot.mozilla.org/, and\n";
|
||||||
print COMMITCHECK "# tweak things from there.\n\n";
|
print COMMITCHECK "# tweak things from there.\n\n";
|
||||||
|
|
||||||
$query = Query("select partitions.id,partitions.name,state,branches.name from partitions,branches where repositoryid = '$repid' and branches.id=branchid order by partitions.name");
|
$query = Query("select partitions.id,partitions.name,state,branches.name from partitions,branches where repositoryid = '$repid' and branches.id=branchid order by partitions.name");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче