/jquery-password-strength-indicator

A simple jquery plugin that indicates how strong a password is.

Primary LanguageJavaScriptMIT LicenseMIT

jQuery Password Strength Indicator Plugin

License: MIT.

Version: 0.1.0

Requires: jQuery 1.7+, Bootstrap 3

A simple jquery plugin that indicates how strong a password is.

To use jQuery Password Strength Indicator, simply include a reference to the jQuery and Bootstrap 3 libraries.

Then, call the passwordStrength method on the password field that you would like to show the strength for.

####Basic example:

$('#password').passwordStrength();

####Visual example:

jQuery Password Strenghth Indicator example