Evaluating password strength
752596Mar 5 2010 — edited Mar 6 2010Hi again (I'm clogging up this forum, sorry! :( )
I need help in evaluating a password. I have two fields, P11_PASSWORD and P11_CONFIRM (that confirms the password is correct).
There is this inline, live notification letting you know if your password is too short, what characters it must have, and if it's weak, medium or strong - the whole shebang. So as you type, the page tells you if your password is suitable.
In short - how do I implement this?
-J