Hippo password strength checker.
npm install hippo-password-strength

hippo password strength checker.
bower install hippo-password-strength
`Example Usage
$3
`html
`$3
`css
.password_strength {
width: 150px;
height: 22px;
}.pass_state01 {
background-image: url("images/strength_1.gif");
}
.pass_state02 {
background-image: url("images/strength_2.gif");
}
.pass_state03 {
background-image: url("images/strength_3.gif");
}
.pass_state04 {
background-image: url("images/strength_4.gif");
}
`$3
Use the plugin as follows:
`js
$('.password').hippoPasswordStrength();// Custom indicator prefix
//
// For example
// level1:
// level2:
// ...$('.password').hippoPasswordStrength({
indicator_prefix: "pass_state0"
});
`
Development & Test
`
npm install
npm test
`Thanks to…
* @kihaco
* @gyugyu
* @kitak
* @f-kubotar
Contributing
1. Fork it
2. Create your feature branch (
git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Added some feature')
4. Push to the branch (git push origin my-new-feature`)
5. Create new Pull RequestLicense
This plugin is available under the MIT license.