Difference between revisions of "Password Strength"

From SME Server
Jump to navigationJump to search
m (Redirect and obsolete specific page)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Please see the [http://wiki.contribs.org/Useful_Commands#Password_strength Useful commands page]
http://wiki.contribs.org/SME_Server:Documentation:FAQ#Password_Strength_Checking Also See
 
 
 
SME Server Version 7 Password Strength
 
 
 
SME 7 has a new configuration option for password strength requirements. The default setting requires strong passwords for all three password categories:
 
 
 
    * Admin
 
    * Information Bays
 
    * Users
 
 
 
To check the current settings for password strength requirements, (as root) enter:
 
 
 
    /sbin/e-smith/db configuration show passwordstrength
 
 
 
To set the password strength level desired, enter:
 
 
 
    /sbin/e-smith/db configuration setprop passwordstrength Users none
 
 
 
This example turns off password strength requirements for users.
 
 
 
Choose between:
 
 
 
    * strong
 
    * normal
 
    * none
 

Latest revision as of 20:45, 5 October 2014

Please see the Useful commands page