View Issue Details

IDProjectCategoryView StatusLast Update
0005947mantisbtfeaturepublic2007-12-20 01:37
Reporterjandrea Assigned Togiallu  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.0a3 
Summary0005947: allow dots in username
Description

Can't dots be an allowed character in the username.

TagsNo tags attached.

Relationships

duplicate of 0005022 closedvboctor user-names must not contain dots [.] 

Activities

thraxisp

thraxisp

2005-07-15 18:58

reporter   ~0010795

You can do this by adjusting $g_user_login_valid_regex. It's default ( '/^[\w -]+$/') allows spaces, dashes and underscores. The pattern ('/^[\w -.]+$/') should do what you want.