Hi,
Is there any technical reason for not allowing emails to be user login? I am not happy with yet another login to hand to the coworkers. All our system use email as login with exception for Mantis. I'd like to get that sorted (I do not mind putting email in login field instead of using email field from user profile), but as for now mantis disallows certain characters to be your login. Is there any reason but design for that?
Using email as Mantis login
Moderators: Developer, Contributor
Re: Using email as Mantis login
Change the following variable in your config_inc.php file to allow special characters in the login:
$g_user_login_valid_regex = '/^[\w \-]+$/';
$g_user_login_valid_regex = '/^[\w \-]+$/';
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux