Password Strength
jQuery Password Strength Meter.
Official documentation
For more detailed information and examples, see the official documentation: jQuery Password Strength documentation .
How to use?
Copy-paste the following <script>
near the end of your pages under JS Implementing Plugins to enable it.
Copy-paste the following <script>
near the end of your pages under JS Implementing Plugins to enable it.
Copy-paste the init function under JS Plugins Init., before the closing </body>
tag, to enable it.
Methods
Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-
, as in data-pwstrength-container=""
.
Attribute | Description |
---|---|
|
Container in which the progress bar and the field being checked are located (must be shared). |
|
ID of the item to generate the current password quality. |
|
ID of the element in which the progress bar will be generated. |
|
Additional classes, that are added to the .progress generated progress bar. |