latham
2011-07-15 bfed9251fc43e12939bfcabbf4baac9ffd3fd7a2
Allow numbers in email account names

1 files modified
2 ■■■ changed files
interface/web/mail/form/mail_user.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/mail/form/mail_user.tform.php
@@ -86,7 +86,7 @@
                    0 => array (  'type'  => 'UNIQUE',
                            'errmsg'=> 'login_error_unique'),
                    1 => array (  'type'  => 'REGEX',
                            'regex' => '/^[a-z][\w\.\-_\+@]{1,63}$/',
                            'regex' => '/^[a-z0-9][\w\.\-_\+@]{1,63}$/',
                            'errmsg'=> 'login_error_regex'),
                  ),
      'default' => '',