Skip to content

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

@jelveh

Description

@jelveh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions