Is is possible to register new evolutionValidation validation methods?

I want to make the feedback on the password forms (registration, change password, reset password) more explicit when requiring more complex rules (e.g. min 8 chars, one upper, one lower, one number, one symbol) to tell the user why their password is not correct.  Is there a way to register new validation methods?  I've tried the "addCustomValidation" thing, but it seems like if any of the rules applying to the same item return true, then it's considered valid.  Ideally, I could remove "passwordvalid" and add "requireduppercase", "requiredlowercase", "requiredsymbol", "requirednumber" and have each of those produce it's own error message. 

This is from the "Change Password" widget...

Thanks!

Parents Reply Children
No Data