Changes

Jump to navigation Jump to search
434 bytes added ,  08:45, 28 September 2013
Line 571: Line 571:  
  sv t /service/httpd-e-smith
 
  sv t /service/httpd-e-smith
    +
==Password==
 
===Password strength===
 
===Password strength===
   Line 584: Line 585:  
  normal : the password must be composed of at least seven characters with uppercase and lowercase letters, numbers and non-alphanumeric characters
 
  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
 
  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
 +
===Change Password Users===
 +
 +
If you want to change password to your users by the command Line instead of the user panel of SME Server you can do it like this.
 +
 +
perl -e "use esmith::util;esmith::util::setUserPassword( 'username', 'password');";  /sbin/e-smith/signal-event  password-modify username
 +
 +
run it for each user separately and replaced
 +
username
 +
and
 +
password
 +
with the appropriate values for each of your users.
    
===Signalling events : Signal-event===
 
===Signalling events : Signal-event===

Navigation menu