From e7f7bb8ce2bacdc57542e8eaabea141ae2d1ec77 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" Date: Thu, 30 Oct 2003 17:45:10 +0000 Subject: [PATCH] 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 --- mozilla/webtools/bugzilla/globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/globals.pl b/mozilla/webtools/bugzilla/globals.pl index 9a9a2536741..fc31ecd8585 100644 --- a/mozilla/webtools/bugzilla/globals.pl +++ b/mozilla/webtools/bugzilla/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);