-
Notifications
You must be signed in to change notification settings - Fork 93
Fix: Reset password layout and alert handling #57
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
base: main
Are you sure you want to change the base?
Conversation
|
@ShreshthaPandey is attempting to deploy a commit to the agamjotsingh18's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Even if without providing email it's updating password |
|
should i put an extra box of email?? its just giving alert not setting in real |
|
Fetch the latest code please |
|
Hello @ShreshthaPandey Please resolve the conflicts to make this PR counted as your contribution and also join project discord server for further updates Thanks |

Previous issue:-
Describe the bug
Clicking the "Forgot Password" button on the login page does not trigger any action—no redirection, no modal, or API call. The button appears non-functional.
*To Reproduce
Steps to reproduce the behavior:
Go to the login page.
Click on the "Forgot Password" button.
Nothing happens; no redirect or visual feedback.
*Expected behavior
Clicking the button should:
Either open a password reset modal, or
Redirect the user to a password recovery page (e.g., /reset-password), or
Trigger a password reset request.

changes in made:-
🛠 GSSoC Issue Fix – Summary (Branch: fixIssue)
Added a "Forgot Password?" link on the login page.
When clicked, it takes the user to a Reset Password page.
On that page, the user can enter New Password and Confirm Password.
If passwords don’t match, it shows an alert.
If they match, and user clicks Reset Password, it shows "Password successfully updated!" message.
Added a route /reset-password to load the reset page.
Styled the page using a separate CSS file.
Screen.Recording.2025-08-02.001826.mp4