Is your feature request related to a problem? Please describe.
Currently, the sign-in page does not provide a "Forgot Password" option. Users who forget their passwords have no direct way to recover their accounts from the login screen, which can lead to frustration and difficulty accessing the platform.
Describe the solution you'd like
Add a "Forgot Password?" link on the sign-in page that allows users to initiate a password reset process. The link should redirect users to a password recovery page where they can enter their registered email address and receive instructions to reset their password.
Describe alternatives you've considered
- Directing users to contact support for password recovery.
- Providing password reset functionality through a separate account management page.
However, having a dedicated "Forgot Password?" link on the sign-in page is the most user-friendly and widely adopted solution.
Additional context
Adding this feature would improve user experience, reduce login-related support requests, and align the authentication flow with common web application standards.
Please ensure the implementation follows the repository's contributing guidelines and code of conduct.
Is your feature request related to a problem? Please describe.
Currently, the sign-in page does not provide a "Forgot Password" option. Users who forget their passwords have no direct way to recover their accounts from the login screen, which can lead to frustration and difficulty accessing the platform.
Describe the solution you'd like
Add a "Forgot Password?" link on the sign-in page that allows users to initiate a password reset process. The link should redirect users to a password recovery page where they can enter their registered email address and receive instructions to reset their password.
Describe alternatives you've considered
However, having a dedicated "Forgot Password?" link on the sign-in page is the most user-friendly and widely adopted solution.
Additional context
Adding this feature would improve user experience, reduce login-related support requests, and align the authentication flow with common web application standards.
Please ensure the implementation follows the repository's contributing guidelines and code of conduct.