]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 415658: Allow apostrophes in email addresses
authorHugo Seabrook <hugo.seabrook@gmail.com>
Tue, 1 Jan 2013 23:25:33 +0000 (00:25 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 1 Jan 2013 23:25:33 +0000 (00:25 +0100)
r/a=LpSolit

Bugzilla/Config/Auth.pm

index 289536bbd5116d4eeab7bc27bbfc7dce923660e6..699881122eb7478c8c0afb51d1f4f11f42fe13f2 100644 (file)
@@ -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
   },