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

Fixed: FS#3433 - Check autodiscover URL compatibility

parent caed8344
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ $form["tabs"]['dns'] = array (
'type' => 'TOLOWER')
),
'validators' => array ( 0 => array ( 'type' => 'REGEX',
'regex' => '/^[a-zA-Z0-9\.\-]{0,255}$/',
'regex' => '/^[a-zA-Z0-9\.\-_]{0,255}$/',
'errmsg'=> 'name_error_regex'),
),
'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