Error "Your password does not satisfy the current policy requirements" when creating a database user
Symptoms
When creating a database user, the following error displayed: "Your password does not satisfy the current policy requirements".
Causes
The database configuration has the validate_password.policy=MEDIUM
parameter set. The panel generates a password that does not meet the requirement.
Solution
Password settings can be modified in the panel cinfiguration file at /usr/local/mgr5/etc/ispmgr.conf
:
PWGenCharacters
- characters involved in password generation;PWGenLen
- length of the generated password;PWStrength
- password complexity level.
Parameter value examples:
PWGenCharacters "1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!^()#"1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!^()#$&-_+="amp;-_+="
PWGenLen 18
PWStrength 2
Learn more about the panel configuration file parameters in our documentation!