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.
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.