Skip to content

Conversation

rushiveerasaisurya
Copy link

Title:
Fix: Prevent paste in password fields

Description

feat: Disable paste on password fields

This change enhances the security of the registration form by disabling paste functionality in the 'password' and 'confirm password' input fields.

Previously, users could copy the password from the first field and paste it into the second, which defeats the purpose of the confirm password field for catching typos. This change forces manual re-entry, improving user security and data integrity.

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Documentation update
  • Other (please describe):

Checklist

  • My code follows the project style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings or errors

Related Issues

Fixes #233

Copy link

vercel bot commented Sep 7, 2025

@rushiveerasaisurya is attempting to deploy a commit to the Aadil Latif Team on Vercel.

A member of the Team first needs to authorize it.

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.

Security Vulnerability: Password Field Allows Copy/Paste
1 participant