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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user