Skip to content
Snippets Groups Projects
Commit 49b3f5ec authored by Till Brehm's avatar Till Brehm
Browse files

Fixed: FS#3683 - New gtld - regex issue while defining alias emaildomains

parent 132081c0
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ $form["tabs"]['alias'] = array ( ...@@ -86,7 +86,7 @@ $form["tabs"]['alias'] = array (
1 => array ( 'type' => 'UNIQUE', 1 => array ( 'type' => 'UNIQUE',
'errmsg'=> 'source_error_unique'), 'errmsg'=> 'source_error_unique'),
2 => array ( 'type' => 'REGEX', 2 => array ( 'type' => 'REGEX',
'regex' => '/^\@[\w\.\-]{2,64}\.[a-zA-Z0-9\-]{2,10}$/', 'regex' => '/^\@[\w\.\-]{2,64}\.[a-zA-Z0-9\-]{2,20}$/',
'errmsg'=> 'source_error_regex'), 'errmsg'=> 'source_error_regex'),
), ),
'default' => '', 'default' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment