Skip to content

Add Password Masking & Verification During User Registration and Login #29

@HilariousSoupXD

Description

@HilariousSoupXD

Currently, user passwords are entered in plain text during both registration and login. This poses a potential security and user experience issue.

  1. Password Masking:
  • When a user types a password in the terminal, it should be hidden (not displayed) using standard terminal input masking (replaced with *).
  1. Password Verification (During Registration):
  • After the user enters the password, prompt them to re-enter it for confirmation.
  • If the passwords don’t match, display an error and ask again.
  1. Consistent Experience During Login:
  • Mask password input during login as well.

I trust the maintainers to label this issue accordingly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions