I have a printing order system. WIth all the versions, I have used the method of sending the login information to users that forget their login. However, I have a new client that wants the system but requires any password sent via email to be generic. So he wans the user admin to change forgotten passwords to a generic and then have the system prompt the user to change the password if the generic one is used. I already include a module in the system where people can change their user information. But I don't know how to prompt the user to change their password if a specific one is used. Any ideas?