Operating System - Linux
1828195 Members
2107 Online
109975 Solutions
New Discussion

how to configur linux to prompt users to change their administrator-provided password

 
SOLVED
Go to solution
senthil_kumar_1
Super Advisor

how to configur linux to prompt users to change their administrator-provided password

Hi All,

how to configur linux to prompt users to change their administrator-provided password when users log into a system with that password.
2 REPLIES 2
Patrick Wallek
Honored Contributor
Solution

Re: how to configur linux to prompt users to change their administrator-provided password

Which version of Linux?

On my SuSE Linux systems, the '-e' argument to the passwd command forces a password change the next time a user logs in.

# passwd -e username

Check the 'passwd' man page on your system to see if it uses '-e' or what the option may be.
Tim Nelson
Honored Contributor

Re: how to configur linux to prompt users to change their administrator-provided password

chage -d 0 username

works as well.