kalevias / MyCollege

CSI 4999 - Senior Capstone Project
1 stars 1 forks source link

Implement password recovery email #18

Open kalevias opened 6 years ago

kalevias commented 6 years ago

Automatic email for password recovery needs to be set up as per #2. See design specification in UC4.

Email sent should include a link to refer back to a page on the site with the ID of a one-time-use token as an HTTP GET parameter. See #17 for more information.

Remember that either back-end validation or front-end validation must occur to determine whether or not the account exists in the first place before an email is sent.

Deliverable: PHP code to send an email to a user who indicates that they have forgotten their password committed to GitHub.