summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/User.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/WebService/User.pm')
-rw-r--r--Bugzilla/WebService/User.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm
index 9f118d4a6..b9434059d 100644
--- a/Bugzilla/WebService/User.pm
+++ b/Bugzilla/WebService/User.pm
@@ -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");
}