From: jocuri%softhome.net <> Date: Fri, 31 Oct 2003 01:45:10 +0000 (+0000) Subject: Bug 223937: web site error while updating email address; r=kiko,justdave; a=justdave. X-Git-Tag: bugzilla-2.16.4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a988889b3fad06131b69a3a9c30c30906b9cc83;p=thirdparty%2Fbugzilla.git Bug 223937: web site error while updating email address; r=kiko,justdave; a=justdave. --- diff --git a/globals.pl b/globals.pl index 9a9a253674..fc31ecd858 100644 --- a/globals.pl +++ b/globals.pl @@ -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);