Force user to change password on first login By admin on July 28, 2004 in Linux > useradd [username] > passwd [username] --> will be prompted to enter initial password > chage -d 0 [username] 123 > useradd [username]> passwd [username] --> will be prompted to enter initial password> chage -d 0 [username] Related posts: Force user to change password on next login