From 70530a5c592bf13de37ac895c71a9ce299170870 Mon Sep 17 00:00:00 2001 From: Hugo Seabrook Date: Wed, 2 Jan 2013 00:25:33 +0100 Subject: Bug 415658: Allow apostrophes in email addresses r/a=LpSolit --- Bugzilla/Config/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Config') diff --git a/Bugzilla/Config/Auth.pm b/Bugzilla/Config/Auth.pm index 289536bbd..699881122 100644 --- a/Bugzilla/Config/Auth.pm +++ b/Bugzilla/Config/Auth.pm @@ -82,7 +82,7 @@ sub get_param_list { { name => 'emailregexp', type => 't', - default => q:^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$:, + default => q:^[\\w\\.\\+\\-=']+@[\\w\\.\\-]+\\.[\\w\\-]+$:, checker => \&check_regexp }, -- cgit v1.2.3-24-g4f1b