You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frontend:
Add a "Forget Password" link to the login page (login.html).
Create a password reset request form where users enter their email.
Create a new password reset page (reset-password.html) where users can set a new password after clicking the reset link sent to their email.
Backend:
Set up an API endpoint (e.g., /auth/forgot-password) to Implement a token-based system to generate secure, time-limited reset links.
Add an endpoint (e.g., /auth/reset-password) to validate the token and update the user's password.
Ensure security measures like token expiration and validation.
This description emphasizes both the frontend and backend requirements.
Screenshots
No screenshots are available for reference at this time.
Description
Frontend:
Add a "Forget Password" link to the login page (login.html).
Create a password reset request form where users enter their email.
Create a new password reset page (reset-password.html) where users can set a new password after clicking the reset link sent to their email.
Backend:
Set up an API endpoint (e.g., /auth/forgot-password) to Implement a token-based system to generate secure, time-limited reset links.
Add an endpoint (e.g., /auth/reset-password) to validate the token and update the user's password.
Ensure security measures like token expiration and validation.
This description emphasizes both the frontend and backend requirements.
Screenshots
No screenshots are available for reference at this time.
Checklist
The text was updated successfully, but these errors were encountered: