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

Add "Show Password" Toggle Feature to Login Form #3

Closed
jelveh opened this issue Mar 3, 2024 · 0 comments · Fixed by #19
Closed

Add "Show Password" Toggle Feature to Login Form #3

jelveh opened this issue Mar 3, 2024 · 0 comments · Fixed by #19
Labels
good first issue Good for newcomers

Comments

@jelveh
Copy link
Contributor

jelveh commented Mar 3, 2024

Currently, when users input their password on the login form, the characters are masked, and there's no option to view the entered password. This can lead to increased login failures due to typographical errors, especially on mobile devices or for users with accessibility needs.

Integrate a toggle button (typically an eye icon) within the password input field. Clicking the toggle should switch the input type between "password" and "text", allowing users to temporarily see their password in plaintext. Ensure the default state is to hide the password, preserving security and privacy.

Here's facebook's implementation:

Screen.Recording.2024-03-02.at.11.32.04.PM.mov
@jelveh jelveh added the good first issue Good for newcomers label Mar 3, 2024
@AtkinsSJ AtkinsSJ linked a pull request Mar 5, 2024 that will close this issue
@jelveh jelveh closed this as completed in #19 Mar 6, 2024
KernelDeimos added a commit that referenced this issue Apr 22, 2024
This was referenced Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant