I'm trying to set up specific criteria the user must create in order to create a new account. The criteria is as follows:
- Password must start with a letter
- At least 1 upper case letter
- At least 1 lower case letter
- At least 1 number
- At least 1 Special Character
- The password may not contain username
There was more criteria but these are the ones giving me the most problems. Any help on any of them is greatly appreciated!