Can anyone solve or point me to where I can find help with some password validations such as the following?
- Passwords will contain at least one number or special character in other than the first or last position.
- The same character will not occur in three consecutive positions in the password.
- Passwords will not be a repeat of the USERID.
- Passwords will differ from the USERID by at least three positions.
- The new password will differ from the previous password by at least two positions.
- Passwords will be case sensitive.
*Password will be at least 6 chars, and the USERID is 6 characters
Any Help is Greatly Appreciated!
Thanks!
- Passwords will contain at least one number or special character in other than the first or last position.
- The same character will not occur in three consecutive positions in the password.
- Passwords will not be a repeat of the USERID.
- Passwords will differ from the USERID by at least three positions.
- The new password will differ from the previous password by at least two positions.
- Passwords will be case sensitive.
*Password will be at least 6 chars, and the USERID is 6 characters
Any Help is Greatly Appreciated!
Thanks!