SOEN341 / Schedule-Builder

A web service to create a multi-year schedule based on the user's degree and preferences
0 stars 0 forks source link

Implement Forgot Password Functionality on Front-End #24

Closed SeanMarcoux closed 8 years ago

SeanMarcoux commented 8 years ago

When the user indicates that they forgot their password, they should be prompted to enter their email and then be e-mailed a verification code (assuming there is a user on the DB with that e-mail). When they enter this code, they will then get the dialog to enter their new password.

SeanMarcoux commented 8 years ago

I implemented it on the front end. Now the back-end needs to be put in place