password-strength-verification-with-jquery
Web icon

Password Strength verification with jQuery

Stable version 1.0.2 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 06 December 2018 by 
4.6
 (7 ratings)
password-strength-verification-with-jquery

Password Strength verification with jQuery

Details
This demo application is an example of how to check password strength and a sample form that validate the password policy at client side by using jQuery.
Read more

This example of password policy will check below minimum requirements:

At least 1 lower case character.

At least 1 number.At least 1 special character.


Copy or reference "WBPasswordSecurityJS" web-block to use it on your application.

Have fun and enforce good passwords.

Release notes (1.0.2)

Minor changes

Reviews (1)
2018-12-03
in version 1.0.1
Works well, but i ran into some problems with ordering. If the widget was placed before the input fields it did not work. Should be possible to work around this with an ajax refresh