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

fix: trim whitespace from password field during login validation #1385

Closed
wants to merge 2 commits into from

Conversation

harshitg927
Copy link
Contributor

fixes issue#1382

Summary

Currently, users cannot log in when their passwords contain leading or trailing whitespace characters. This is causing failed login attempts even with correct passwords. The fix implements password string trimming during validation to allow successful authentication by removing unintentional spaces.

Changes

  1. Added whitespace trimming for password field
  2. Improves login form usability

Screen Recording

Screencast.from.09-01-25.21.42.13.webm

Related Issue

#1382

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.

fix: trim whitespace from password field during login validation
1 participant