I'm using Parsley to validate a registration form. The client has now asked to force users to use at least one uppercase letter, number and special character. I'm wondering if it's possible to achieve this by creating a custom validator with Parsley, rather than implementing additional code?
Parsley custom validator - password with number, uppercase letter and special character
1.8k Views Asked by Sean Turtle At
2