]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 223937: web site error while updating email address; r=kiko,justdave; a=justdave.
authorjocuri%softhome.net <>
Fri, 31 Oct 2003 01:45:10 +0000 (01:45 +0000)
committerjocuri%softhome.net <>
Fri, 31 Oct 2003 01:45:10 +0000 (01:45 +0000)
globals.pl

index 9a9a2536741ff09e9f764152b291f62e2db56396..fc31ecd8585fcf88e9d3bf889ca06c5654b0fbee 100644 (file)
@@ -732,7 +732,7 @@ sub GenerateRandomPassword {
     # Note that users can put any character into a password they choose
     # themselves.
     my @pwchars = (0..9, 'A'..'Z', 'a'..'z', '-', '_', '!', '@', '#', '$',
-        '%', '^', '&', '*');
+        '%', '^', '*');
 
     # The number of characters in the list.
     my $pwcharslen = scalar(@pwchars);