I need to make a forgotten password system, which works like this
- User puts email in
- Email sent to user with a link
- Link goes to a one time page which allows the user to change their password
I understand about php mail() but haven't got the slightest clue how to make this work.
Thanks for any help in advance!