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

#1213 issue: Update signupForm.jsx #1217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dishakemble260
Copy link

@dishakemble260 dishakemble260 commented Mar 2, 2024

Description

  • Updated the SignupForm component by implementing a feature that prevents users from copying and pasting text into the
    Confirm Password field. This ensures users are actively typing their passwords rather than pasting them.
  • To achieve this functionality, a new event handler function 'handlePasteConfirmPassword' has been introduced. This function
    is attached to the Confirm Password TextField component's 'onPaste' event, where it intercepts any paste attempts and
    prevents the default paste action using ' event.preventDefault() '.

Motivation and Context

This feature enhancement enhances the security posture of the application and promotes user-friendly password management practices, contributing positively to the user experience and overall security of the application.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

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.

None yet

1 participant