You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Show Password" feature on a login page enhances user experience by allowing users to toggle the visibility of their password. Toggle Button: A button or icon (commonly an eye icon) is placed within or next to the password input field.
Visibility Control: Clicking the button toggles the password field between obscured (type="password") and visible (type="text").
Icon Change: The eye icon changes to an eye with a slash through it (or similar) to visually indicate the current state (visible or hidden).
Use Case
This functionality is handy in scenarios where users need to ensure they have entered their password correctly, especially in environments where password complexity is high, or when users are prone to typos
Benefits
->Users can verify their password input, reducing the chance of login errors due to mistyped characters.
-> Helps users with visual impairments or dexterity issues who may struggle with typing passwords correctly.
->Convenience: Users can quickly check their password without needing to retype it multiple times if they suspect an error.
Add ScreenShots
No response
Priority
Medium
Record
I have read the Contributing Guidelines
I'm a GSSOC'24 contributor
I have starred the repository
The text was updated successfully, but these errors were encountered:
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
This issue has been marked as stale because it has been inactive for more than 7 days. It will be closed if no further activity occurs in the next 10 days. Please update if you want to keep it open.
Is there an existing issue for this?
Feature Description
The "Show Password" feature on a login page enhances user experience by allowing users to toggle the visibility of their password. Toggle Button: A button or icon (commonly an eye icon) is placed within or next to the password input field.
Visibility Control: Clicking the button toggles the password field between obscured (type="password") and visible (type="text").
Icon Change: The eye icon changes to an eye with a slash through it (or similar) to visually indicate the current state (visible or hidden).
Use Case
This functionality is handy in scenarios where users need to ensure they have entered their password correctly, especially in environments where password complexity is high, or when users are prone to typos
Benefits
->Users can verify their password input, reducing the chance of login errors due to mistyped characters.
-> Helps users with visual impairments or dexterity issues who may struggle with typing passwords correctly.
->Convenience: Users can quickly check their password without needing to retype it multiple times if they suspect an error.
Add ScreenShots
No response
Priority
Medium
Record
The text was updated successfully, but these errors were encountered: