Hi, # useradd foo # usermod -U foo usermod: unlocking the user's password would result in a passwordless account. You should set a password with usermod -p to unlock this user's password. # echo $? 0 # usermod should not exit with a zero return code in this situation. Greetings Marc