Closed
Description
About
Create a page to reset user's password. The link to this page should contain a token that should be validated by the API to allow the user to reset the password. Create an API endpoint to handle password resets & a corresponding test should also be included.
Todos
- Create a Test for Forgot Password.
- Create a Test for Password Reset.
- Create a Page for Password Reset.
- Create an API Endpoint for Password Reset.