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.
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.