Skip to content

Add password visibility toggle in Login and Register pages for improved user experience #385

Description

@Itshivamgithub

💡 Summary

Add a password visibility toggle button to the Login and Register pages for a better and more user-friendly authentication experience.


🔍 Problem Statement

Currently, users cannot view the password they are typing during Login or Register. This may lead to typing mistakes, failed login attempts, and frustration, especially on smaller screens or complex passwords.

Adding a visibility toggle improves usability and helps users verify their input before submission.


🧩 Proposed Solution

Implement a show/hide password toggle button (eye icon) inside the password input fields on both the Sign Up and Sign In pages.

Features:

  • Toggle between password and text input types
  • Eye / eye-off icon for better UI interaction
  • Works for all password fields
  • Maintain responsive and accessible design

🧠 Alternatives Considered

  • Keeping the password field hidden at all times

However, a built-in toggle button provides a more consistent and user-friendly experience across devices and browsers.


🎨 Additional Context (Optional)

Commonly used in modern authentication systems and improves overall form usability and accessibility.

Examples:

  • Google
  • GitHub
  • LinkedIn
  • Most modern web applications

✅ Checklist

  • I have checked existing issues for similar feature requests.
  • I have clearly explained the benefit of this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions