Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.7.0-b1
-
Fix Version/s: 4.7.0
-
Component/s: None
-
Labels:None
Description
Plesk provides a list of special characters they evaluate for password strength here https://support.plesk.com/hc/en-us/articles/213912245-How-does-password-strength-policy-work-in-Plesk-
!, @, #, $, %, ^, &, *, ?, _, ~
The list we are currently using in the Blesta Plesk module is this
!, ", #, $, %, &, ', (, ), *, +, ,, -, ., /, :, ;, <, =, >, ?, @, [, ], ^, _, `,
Because some of these are not evaluated by Plesk, it may consider the password weak even though it contains 3 or more of them.