Universal Form Validator PHP Support Product Page

Password strength and length (a combination of uppercases, lowercases and digits in any order)

Asked 04 Sep 2012 02:43:09
2
have this question
04 Sep 2012 02:43:09 HERNAN MONTERO posted:
Hi, I would like to set a password field that should be mandatory and at least has 6 characters: 2 lowercases, 2 uppercases and 2 digits and could be inserted in any order.
I know I have the masking feature but I'm looking for something more flexible, I need to let the user select where they want to use the 2 uppercases, the 2 lowercases and the 2 digits. They could come up with something like 1NnOo2 or NNnn12 and both should be valid. Problem is that with the masking feature I'm conditioning the input to the specified pattern. Is there a way to allow for this flexibility?
Thanks.

Reply to this topic