Password Strength

Let your users check the effectiveness of their password.

Download: password_strength.min.js

Password Strength





Options

Password Strength is a simple plugin to test the strength of a password. It can be customized to the way you want it.

There's a Score option that allows you to set the element which will show the strength of the password.

Sample HTML Code


JavaScript Code $(document).ready(function(){ $(".password").password({ score: '.score' //ELEMENT TO SHOW PASSWORD STRENGTH }) })
Sample CSS Code: input .password { border:1px solid #CCCCCC; padding:3px; } .score { float:left; margin-left:5px; padding:4px; width:100px; text-align:center; }

We Support





Donate