• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Set password strength in Plesk

T

Timvh

Guest
Hi All,

I am running a plesk 10 server, and this afternoon I change somewhere in the control panel so that the password policy (strength) is "very high".

Now I am creating sites, but this password policy is TOO high.

But I cannot find a way to put it back to "normal", I have searched everywhere in the controlpanel but cannot find it anymore.

So my question is where to find the policy of setting the password policy higher or lower for creating a site.

Thank you already for your help.

Tim
 
Answer

I had a similar problem and found the solution. To control required password strength for subscription/domain users, you use the 'server_pref' CLI command.

/usr/local/psa/bin/server_pref

I recommend reading the help:
/usr/local/psa/bin/server_pref --help

Basically:
/usr/local/psa/bin/server_pref -u -min_password_strength <very_weak|weak|medium|strong|very_strong>
 
Back
Top