Am I to understand that the forgot password procedure actually creates a new one in the DB and emails that to the user?
Ok I probably need help with the workflow here. This is what needs to happen.
1. The initial user is created by an administrator, not the user himself. A random password is generated, but the administrator has the ability to change the password at the time the user record is generated. This part is done already.
2. User email address is a required field when adding the user record so I would now like an email to be automaticaly sent to the added user with their username and password.
3. The ability for the user to change his password to something he can remember a little easier if he wants to.
4. The ability for the user to have his existing password emailed to him.