Skip to content

Conversation

@Amitjoiya
Copy link

🔐 Fix: Password Visibility Toggle + Regex Update

🚀 Overview

This PR improves the registration form experience by adding a password visibility toggle button and updating the validation regex to allow the # character.

🛠 Changes Made

  • Added eye icon button to show/hide password and confirm password inputs.
  • Implemented toggle functionality using JavaScript for accessibility.
  • Updated regex to allow # while keeping all existing password rules intact.

🧪 Tested Scenarios

Input Result
Normal password ✔ Accepted
Password with # ✔ Accepted
Toggle password visibility ✔ Working

🔗 Issue Reference

Closes: #565

@vercel
Copy link

vercel bot commented Nov 26, 2025

@Amitjoiya is attempting to deploy a commit to the mujtabaa07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link

Thank you for your contribution! 🎉

PR Checklist

  • Tests added/updated
  • Documentation updated
  • Changes follow coding standards
  • Commit messages are clear

Next Steps

  1. We will review your PR soon
  2. Address any requested changes
  3. Once approved, your PR will be merged

Need help? Check our Contributing Guide

Happy coding! 💻

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.

Bug: Password field on registration page needs show/hide toggle and regex fix

1 participant