Feature proposal #4188
closedImplement password strength jquery plugin and built in strength test for password fields
Description
Implement a jquery plugin for password strength then implement the usage directly to password fields. This will depreciate the need for CB Password Strength.
Display should be powered by jQuery UI. Maybe use jQuery UI Widget API to make it a Widget?
Updated by krileon about 11 years ago
- Tracker changed from Bug to Feature proposal
Updated by krileon about 11 years ago
Complexify: http://danpalmer.me/jquery-complexify/
Updated by krileon about 11 years ago
Password Strength: https://github.com/gislikonrad/PasswordStrength
Updated by krileon about 11 years ago
"Password Strength" seams to be the best as it accounts for duplicate characters, keyboard walking (123456, etc..), and non-uniques (it counts against you to have 6 out of 8 characters being "a" for example).
Updated by krileon about 11 years ago
None seam to calculate too well. Use the already custom made jQuery plugin from the password strength plugin to calculate the strength. The others penalize you too harshly.
Updated by krileon about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100