From cab44fa60a203f606e9dade398ff4489ec9d25e9 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 31 Oct 2003 01:18:16 +0000 Subject: Bug 223937: web site error while updating email address; r=myk,kiko; a=justdave. --- globals.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index f9d19609c..fd9595fbc 100644 --- a/globals.pl +++ b/globals.pl @@ -445,8 +445,10 @@ sub GenerateRandomPassword { $size ||= 8; # The list of characters that can appear in a randomly generated password. - # Note that users can put any character into a password they choose themselves. - my @pwchars = (0..9, 'A'..'Z', 'a'..'z', '-', '_', '!', '@', '#', '$', '%', '^', '&', '*'); + # 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); -- cgit v1.2.3-24-g4f1b