Bug 415705 - When prompting for username, password dialog is used,
Summary: When prompting for username, password dialog is used,
Status: CONFIRMED
Alias: None
Product: ksshaskpass
Classification: Applications
Component: general (show other bugs)
Version: 5.27.6
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jeremy Whiting
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2019-12-30 14:23 UTC by vytas
Modified: 2024-04-10 15:32 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vytas 2019-12-30 14:23:56 UTC
SUMMARY
When prompting for authentication, the entered username is shown with blanked characters (same as password) thus confusing the user.

STEPS TO REPRODUCE
1. create a new github account;
2. git remote add origin https://github.com/xxx/xxx.git

OBSERVED RESULT
Password dialog appears.

EXPECTED RESULT
Username dialog should appear.
Comment 1 falling_snowdin 2020-04-17 19:36:35 UTC
Not just git remote add origin, in my experience any git commands requiring authentication results in this bug.
Comment 2 Pavel Peřina 2023-07-10 13:14:29 UTC
Can confirm in version 5.27.6
It displays:

Username for `https://git.domain.tld/`:
Password: _________
[ ] Remeber password
[ OK ] [Cancel]

and then

Password for: `https://YourPassword123@git.domain.tld`:
Password: _________
[ ] Remeber password
[ OK ] [Cancel]

Label right of edit box should be changed in the first case from "Password:" to "Login:".