Bug 622513 - Email-related regexp checking should be case-insensitive. a=mkanat.
git-svn-id: svn://10.0.0.236/trunk@262017 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -95,7 +95,7 @@ sub offer_account_by_email {
|
||||
if (!$createexp) {
|
||||
ThrowUserError("account_creation_disabled");
|
||||
}
|
||||
elsif ($email !~ /$createexp/) {
|
||||
elsif ($email !~ /$createexp/i) {
|
||||
ThrowUserError("account_creation_restricted");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user