Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.0.0-b1
-
Component/s: None
-
Labels:None
Description
Currently username validation follows the regex: /^[a-z]([a-z0-9])*$/i
We should remove the restriction for starting with a letter from the regex: /^([a-z0-9])+$/i