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

[FEATURE] Adding Show Password Button #204

Open
Nishusk opened this issue Jul 18, 2023 · 0 comments
Open

[FEATURE] Adding Show Password Button #204

Nishusk opened this issue Jul 18, 2023 · 0 comments

Comments

@Nishusk
Copy link

Nishusk commented Jul 18, 2023

Description

I propose the addition of a "Show Password" button on both the login and signup pages to enhance user convenience and improve the user experience. The purpose of this button is to provide users with the option to toggle between showing and hiding their entered password.

The "Show Password" button will be designed as an icon or text button adjacent to the password input field. When the user clicks on the button, it will dynamically change the password input field from showing asterisks or dots to displaying the actual characters of the password in plain text format. This feature will allow users to easily verify the correctness of their entered password and reduce the chances of mistyping.

To ensure security and privacy, the plain text password will be visible for a brief moment, and then automatically revert to its obscured form after a short duration or when the user releases the button. This way, the password will not be permanently displayed, mitigating any potential security risks.

Screenshots

No response

Additional information

The implementation of the "Show Password" button can be achieved using modern web technologies such as HTML, CSS, and JavaScript. The button's functionality can be controlled through event listeners and DOM manipulation, allowing for a seamless and intuitive user experience.

By adding the "Show Password" button, we aim to improve accessibility and user-friendliness, making it easier for users to interact with the login and signup forms. This feature will enhance the overall usability of our website and contribute to a positive impression among our users.

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

No branches or pull requests

1 participant