Skip to content

Commit bfed925

Browse files
author
latham
committed
Allow numbers in email account names
1 parent c3c862a commit bfed925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/form/mail_user.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
0 => array ( 'type' => 'UNIQUE',
8787
'errmsg'=> 'login_error_unique'),
8888
1 => array ( 'type' => 'REGEX',
89-
'regex' => '/^[a-z][\w\.\-_\+@]{1,63}$/',
89+
'regex' => '/^[a-z0-9][\w\.\-_\+@]{1,63}$/',
9090
'errmsg'=> 'login_error_regex'),
9191
),
9292
'default' => '',

0 commit comments

Comments
 (0)