### Context On the login page, provide a functionality that registered users can reset their passwords when they forget their passwords. ### Definition of Done - [ ] A link or button on the login page - [ ] Collect user's relative details for looking up the specific account: registered email - [ ] An Email that includes a reset link is generated and sent to the collected email - [ ] When new password is submitted by the reset link, update the information of the account in database
Context
On the login page, provide a functionality that registered users can reset their passwords when they forget their passwords.
Definition of Done
A link or button on the login page
Collect user's relative details for looking up the specific account: registered email
An Email that includes a reset link is generated and sent to the collected email
When new password is submitted by the reset link, update the information of the account in database