Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Implement 'Forget Password' Feature (Frontend + Backend)" #161

Closed
4 tasks done
Abhishek-TG18 opened this issue Oct 7, 2024 · 1 comment
Closed
4 tasks done

"Implement 'Forget Password' Feature (Frontend + Backend)" #161

Abhishek-TG18 opened this issue Oct 7, 2024 · 1 comment
Assignees

Comments

@Abhishek-TG18
Copy link
Contributor

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

  • I have checked the existing issues.
  • I have read the Code Of Conduct
  • The changes don't break the code
  • Please attach the screenshots and video of the development work once it is done
@Abhishek-TG18
Copy link
Contributor Author

Level badge ?

@swaraj-das swaraj-das added Level3 Tough and removed hacktoberfest labels Oct 8, 2024
@Abhishek-TG18 Abhishek-TG18 mentioned this issue Oct 9, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants