Changes

Jump to navigation Jump to search
982 bytes added ,  17:33, 1 April 2013
Line 342: Line 342:     
you can see this page of the wiki [[DB_Variables_Configuration]]
 
you can see this page of the wiki [[DB_Variables_Configuration]]
 +
 +
===Password strength===
 +
 +
First a warning - Far too many systems out there have weak passwords and they will be broken into. Educating your users on the necessity of strong passwords is the best option. If that fails, here is how you change the password strength checking from 'strong' to 'normal', which was the setting in previous versions of SME. Be careful to use the exact capitalization.
 +
 +
config setprop passwordstrength Admin normal
 +
config setprop passwordstrength Users normal
 +
config setprop passwordstrength Ibays normal
 +
 +
It is also possible, but strongly discouraged, to disable password strength checking by setting to 'none'
 +
 +
none  : no verification of strengh
 +
normal : the password must be composed of at least seven characters with uppercase and lowercase letters, numbers and non-alphanumeric characters
 +
strong : the restrictions are the same as for the normal level, but in addition, the password is verified by cryptlib which ensures its actual complexity
    
=== General Service Handling ===
 
=== General Service Handling ===

Navigation menu