Mistakes PASS when register new user

Hello user can register email like somethingdot.....@gmail.com

And user PASS CAPS LOCK usernames  good to be like Caps Lock 

  • 131
  • More
Replies (1)
    • Hello Rocco !

      To validate the First Name and Last Name you may use the following regular expression in the "Fullname" settings field. In the parameter "Check for" choose the "Regular expression" and insert there the following rule:

      #^[A-Z]+([\ A-Za-z]+)*#

      Login or Join to comment.