Control pyuseridentifier
Hello ,
How can I implement this validation control for the pyuseridentifier
field?
I would like to disallow any special characters (A..Z and 0..9), set a minimum of 6 characters, a maximum of 12 characters, and ensure that it does not start with a digit (0..9), the validation should fail.
Regards,