Skip to content

Forgot Password Workflow (Frontend + Backend) #278

Description

@swanith1234

Is your feature request related to a problem or challenge?

Currently, users who forget their passwords cannot recover access to their accounts, which is a major usability and security issue.

Describe the solution you'd like

Implement a full forgot-password flow:

Backend: APIs for generating reset tokens, sending them via email, and securely updating the password.

Frontend: Pages for “Forgot Password” (email input) and “Reset Password” (new password entry with token validation).

Describe alternatives you've considered

No response

Additional context

This workflow is a standard requirement for any modern authentication system and improves user trust.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions