Hi,
I'm working on a legacy groovy project that uses jQuery's password strength validator plugin. It works great. However, a new requirement arrived today, indicating that the form should not be submited if the strength of the password is below good
(this is an arbitrary value)
Is there any way to achieve this? Possibly via javascript? Ajax solutions are welcome to.
Thanks in advance.