I guess that I'm not the first who ask that but i didn't found anything.

I'm running FC 3 and I would like to create a user account that forces the user to change his/her password the first time he/she log in... I'm not using XWindows.

I do the following to create it:

Code:
adduser -m -s /bin/bash usrname
and then I set the password with:

Code:
passwd username
Thank you all.