This illustrates my dilemma:
Quote:
Please enter a password: abc
Passwords must be at least 6 characters long
Please enter a password: abcdef
Passwords must include at least on digit (1-9)
Please enter a password: 123
Passwords must be at least 6 characters long
Please enter a password: abcdef
Passwords must include at least on digit (1-9)
Please enter a password: 123
Thank you that is a valid password
Press Enter to close window...
|
I know how to evaluate for one or the other, but not both. I could repeat my "hack" ad infinitum, but it would always, eventually let you enter 123 and have it accpeted as valid.