Registration: Username not accepting number.

Issue #1 resolved
Ray Ch created an issue

No description provided.

Comments (2)

  1. Ray Ch reporter

    Special characters, in general are not allowed.

    ^[a-z0-9_-]{3,15}$ 
    

    This is the validation for username. Username should be in small characters. start with character can have 0-9, - or _. String size between 3-15.

  2. Log in to comment