Forum Moderators: coopster
What exactly would I have to do or (better yet) is there a script out there that would take care of this for me, if I customized it?
When a user forgets their sign in info, they are asked to enter their email address. if the email matches an active user, then the user_key is set to a random 4 digit integer and the user_new_password is set to a md5 hash of a random password. An email is then sent to the users email address containing,their sign in name, the new password, and a link that needs to be clicked in order to activate the new password. Something like
[example.com...]
when the link is clicked, the user_key is set to 0, the user_md5_password is set to user_new_password and then user_new_password is set to an empty string. I hope this helps
jezra