Feature: Implement Forgot Password Functionality #75
Labels
Backend
Issues pertaining to server-side logic, APIs, databases, and business logic implementation
enhancement
New feature or request
Frontend
Issues related to user interface, design, and client-side functionality of the application
Add a forgot password feature to the application that allows users to reset their passwords. This includes email verification, password reset logic, and user notifications.
Details:
Email Verification:
enqueueSnackbar
indicating that the user should first register/sign up with this email or that no account is associated with the provided email.Password Reset:
enqueueSnackbar
upon successful password reset.UI Behavior:
Code Reference:
Please refer to the implementation of the Forgot Password functionality in the
Forgot.jsx
file available at: Forgot.jsx Code.Acceptance Criteria:
enqueueSnackbar
based on the outcome of the actions.Additional Notes:
enqueueSnackbar
utility for displaying messages is already implemented in theutils
folder. Use this utility for showing notifications.The text was updated successfully, but these errors were encountered: