Skip to content
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

Added Password Change Modal #1801

Merged
merged 2 commits into from
Nov 9, 2024

Conversation

PrityanshuSingh
Copy link
Contributor

Fixes Issue

fixes #1758

Description

What does this PR do?

This PR implements a functional "Change Password" modal that opens when the "Change Password" button is clicked. It includes input fields for the current password, new password, and password confirmation. The modal also ensures that the entered passwords match and meet any necessary password requirements.

Changes made:

  • Implemented the "Change Password" modal that opens on button click.
  • Added input fields for the current password, new password, and password confirmation.
  • Integrated validation to ensure the new passwords match and meet the required criteria.
  • Added error handling to display validation or submission errors.

Type of Change

  • New feature (non-breaking change which adds functionality)

📷 Screenshots/GIFs (if any)

image

✅ Pull Request Checklist

  • I have added screenshots and videos to show before and after the working of my code.
  • I have ensured that the screen size is set to 100% while making the video.
  • I have synced the latest fork with my local repository and resolved any conflicts.
  • I have mentioned the issue number which I created before making this PR (format to mention issue number is: fixes FEATURE: Implement Change Password Modal #1758).
  • I understand that if any of the above conditions are not met, my PR will not be MERGED.

Copy link

vercel bot commented Nov 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
word-wise ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 9, 2024 8:00am

@ANSHIKA-26
Copy link
Owner

kindly resolve conflicts

@PrityanshuSingh
Copy link
Contributor Author

@ANSHIKA-26 The conflicts has been resolved.

@ANSHIKA-26 ANSHIKA-26 merged commit ea5abbc into ANSHIKA-26:main Nov 9, 2024
4 checks passed
Copy link

github-actions bot commented Nov 9, 2024

🎉🎉 Thank you for your contribution! Your PR #1801 has been merged! 🎉🎉

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

Successfully merging this pull request may close these issues.

FEATURE: Implement Change Password Modal
3 participants