Bug 223937: web site error while updating email address; r=kiko,justdave; a=justdave.

git-svn-id: svn://10.0.0.236/branches/BUGZILLA-2_16-BRANCH@148588 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jocuri%softhome.net
2003-10-30 17:45:10 +00:00
parent 35730edfa2
commit e7f7bb8ce2

View 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);