jQuery password strength plugin callback validation method
- by jmorhardt
I'm using a a jQuery plugin to evaluate password strength. It gives a graphical representation for the user to see how secure the password is. I'd like to use it to validate the field as well.
The plugin works by assessing the password and giving it a score. I want to be able to verify that the user has entered a password of at least a certain…