Description
The username dialog shows asterisks when typing username. Asterisk hidden characters (*****) should be displayed when typing password. Not for username. When typing I saw asterisks and instantly deleted first characters of my username and started typing my password instead. Then the next dialog showed asterisks as well so I started typing my password again. Then a dialog appeared with error about wrong username/password - and it showed my password in plain-text. If there was a person sitting next to me he or she would know my password! And that's my secret, I definitely don't like this feature.
Setup
- Which version of Git for Windows are you using? 32-bit or 64-bit? Include the
output ofgit version
as well.
32-bit.
$ git --version
git version 2.7.2.windows.1
- Which version of Windows are you running? 32-bit or 64-bit?
64-bit. Win7 Pro SP1 .
- What options did you set as part of the installation? Or did you choose the
defaults?
Defaults.
- Any other interesting things about your environment that might be related
to the issue you're seeing?
No.
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
Git GUI from context menu.
- What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
from menu > remote > push
- What did you expect to occur after running these commands?
To see a field to enter username.
When I type "cztomczak" i expect to see:
cztomczak
- What actually happened instead?
When I type "cztomczak" i see in the field:
*******
- If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?