VeeValidate : Strong Password Validation

Posted on February 28, 2018
Written by

VeeValidate documentation isn’t great for creating custom validation and one thing that you will commonly need to create is strong password validation for your frontend users.

Here is an example of how you can achieve validation of a strong password with password confirmation validation. The regex used confirms that a password meets the following criteria 1 uppercase letter, 1 lowercase letter, 1 number, and one special character

Vue JS

HTML