Commit 70530a5c authored by Hugo Seabrook's avatar Hugo Seabrook Committed by Frédéric Buclin

Bug 415658: Allow apostrophes in email addresses

r/a=LpSolit
parent 59460995
......@@ -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
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment