I have a password input box with some password strength settings and an indicator show the password strength. That works fine, getting the password work fine.
But now I would like the password strength settings to be enforced and reject non complying passwords. Is there a way to know the constraints are satisfied short of writing my own code the count lower case/upper case/number/special characters myself?
The documentation says nothing and the password examples do not submit.
Thanks,
George
But now I would like the password strength settings to be enforced and reject non complying passwords. Is there a way to know the constraints are satisfied short of writing my own code the count lower case/upper case/number/special characters myself?
The documentation says nothing and the password examples do not submit.
Thanks,
George