A antduz New Pleskian Mar 9, 2023 #1 Server operating system version Ubuntu 20.04.5 LTS Plesk version and microupdate number Plesk Obsidian v18.0.48_build1800221104.03 os_Ubuntu 20.04 How can I reduce requirements for DB user passwords? The option in Security Policy settings does not seem to affect DB users.
How can I reduce requirements for DB user passwords? The option in Security Policy settings does not seem to affect DB users.
V Vladimir.Ponomarev New Pleskian Staff member Mar 9, 2023 #2 Hello! You can setup global password policy in panel.ini: Code: [passwordManagement] defaultPasswordStrength = Weak strength policy has levels from VeryWeak to VeryStrong according to this article: Setting Up the Password Strength Policy Weak passwords can easily be compromised by a brute-force attack. This allows threat actors some degree of access to the server, enabling them to deface hosted websites, send spam, steal information, and more. docs.plesk.com
Hello! You can setup global password policy in panel.ini: Code: [passwordManagement] defaultPasswordStrength = Weak strength policy has levels from VeryWeak to VeryStrong according to this article: Setting Up the Password Strength Policy Weak passwords can easily be compromised by a brute-force attack. This allows threat actors some degree of access to the server, enabling them to deface hosted websites, send spam, steal information, and more. docs.plesk.com