Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.5.0-b1
-
Component/s: None
-
Labels:None
Description
DirectAdmin supports a difficult password enforcement option.
See:
https://www.blesta.com/forums/index.php?/topic/11899-directadmin-module-password-bug/
The password length can vary by configuration, but we can have Blesta enforce a 12-character minimum password since DirectAdmin's would be 8-10 characters by default.
Set these requirements:
- minimum 12 characters
- at least 1 upper-case character A-Z
- at least 1 lower-case character a-z
- at least 1 number 0-9
- at least 1 special character from !"#$%&'()*+,-./:;<=>?@[]^_`
{|}
~
It would be nice to also add the password generator to the form when setting a password, and change the password field to a password input type so the text is obfuscated.
The password generator take a base-uri parameter. Unfortunately the base uri is not available when setting service fields in a module.