jQuery Validate plugin - password check - minimum requirements - Regex
- by QviXx
I've got a little problem with my password-checker.
There's got a registration form with some fields.
I use jQuery Validate plugin to validate user-inputs.
It all works except the password-validation:
The password should meet some minimum requirements:
minimum length: 8 - I just use 'minlength: 8'
at least one lower-case character
at least one…