We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3f112 commit 69425c3Copy full SHA for 69425c3
1 file changed
interface/web/dns/form/dns_dkim.tform.php
@@ -86,7 +86,7 @@
86
'type' => 'TOLOWER')
87
),
88
'validators' => array ( 0 => array ( 'type' => 'REGEX',
89
- 'regex' => '/^[\w\.\-]{0,255}$/',
+ 'regex' => '/^[a-zA-Z0-9\.\-\_]{0,255}$/',
90
'errmsg'=> 'name_error_regex'),
91
92
'default' => '',
0 commit comments