latham
2011-07-15 bfed9251fc43e12939bfcabbf4baac9ffd3fd7a2
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' => '',