Skip to content

added forgot password functionality#283

Open
ArshiBansal wants to merge 1 commit into
Canopus-Labs:mainfrom
ArshiBansal:forgot_password
Open

added forgot password functionality#283
ArshiBansal wants to merge 1 commit into
Canopus-Labs:mainfrom
ArshiBansal:forgot_password

Conversation

@ArshiBansal

Copy link
Copy Markdown
Contributor

📝 Pull Request Description

Related Issue

Closes #281

Summary

Added a complete Forgot Password functionality to the authentication flow.

Changes included:

  • Added "Forgot Password?" link in the Login page (aligned with Remember Me)
  • Created a new ForgotPassword component with clean UI consistent with the existing design
  • Implemented email validation and API integration for sending password reset link
  • Added success state with confirmation message
  • Included "Back to Login" navigation

This improves user experience by allowing users to recover their accounts easily.


Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature
  • ♻️ Refactoring
  • 📝 Documentation update
  • 🎨 UI/UX improvement
  • 🔥 Other(please describe) ______

How Has This Been Tested?

  • Verified "Forgot Password?" link navigation from Login page
  • Tested form validation (invalid/empty email)
  • Checked API call to /auth/forgot-password endpoint
  • Validated success state appearance after successful request
  • Confirmed "Back to Login" functionality works from both form and success screen
  • Tested responsive design on mobile and desktop

Screenshots (if applicable)


Checklist

  • My code follows the project's guidelines
  • I have tested my changes
  • I have updated documentation where necessary
  • I have linked the related issue
  • My changes do not introduce new warnings or errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add "Forgot Password" Functionality to Sign In Page

1 participant