From: Hugo Seabrook Date: Tue, 1 Jan 2013 23:25:33 +0000 (+0100) Subject: Bug 415658: Allow apostrophes in email addresses X-Git-Tag: bugzilla-4.5.1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70530a5c592bf13de37ac895c71a9ce299170870;p=thirdparty%2Fbugzilla.git Bug 415658: Allow apostrophes in email addresses r/a=LpSolit --- diff --git a/Bugzilla/Config/Auth.pm b/Bugzilla/Config/Auth.pm index 289536bbd5..699881122e 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 },