- Allow underscore at the beginning of email user login names
- Add config to clear php handler in apps vhost.
| | |
| | | ServerAdmin webmaster@localhost |
| | | {apps_vhost_servername} |
| | | |
| | | <FilesMatch "\.ph(p3?|tml)$"> |
| | | SetHandler None |
| | | </FilesMatch> |
| | | |
| | | <IfModule mod_php5.c> |
| | | DocumentRoot {apps_vhost_dir} |
| | | AddType application/x-httpd-php .php |
| | |
| | | 0 => array ( 'type' => 'UNIQUE', |
| | | 'errmsg'=> 'login_error_unique'), |
| | | 1 => array ( 'type' => 'REGEX', |
| | | 'regex' => '/^[a-z0-9][\w\.\-_\+@]{1,63}$/', |
| | | 'regex' => '/^[_a-z0-9][\w\.\-_\+@]{1,63}$/', |
| | | 'errmsg'=> 'login_error_regex'), |
| | | ), |
| | | 'default' => '', |