Overview
This project is closed and read-only.
Description:
Adds a jQuery powered password strength checker below all password fields (enabled by default). Displays as graphic bar and textual complexity. Tests on a 10 point strength system as follows.
1 lowercase character = 1 point
2 lowercase characters = 1 point
1 uppercase character = 1 point
2 uppercase characters = 1 point
1 digit = 1 point
2 digits = 1 point
1 special = 1 point
2 special = 1 point
8 characters long = 1 point
12 characters long = 1 point
Complexity ranges from Very Weak, Weak, Ok, Good, Strong, to Very Strong; fully translatable using language strings.
Members
Manager: krileon