Bug 901008 (JBPAPP6-1117)
| Summary: | Installer :Password input should show special characters(standard *) instead of blank in cli mode | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Madhumita Sadhukhan <msadhukh> | ||||
| Component: | Installer | Assignee: | Thomas Hauser <thauser> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.0 | CC: | aszczucz, msadhukh, pslavice, thauser | ||||
| Target Milestone: | --- | ||||||
| Target Release: | EAP 6.0.1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-1117 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-11-08 10:01:32 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Madhumita Sadhukhan
2012-10-05 07:59:18 UTC
Attachment: Added: CLI_passwordinput-6.0.1.ER2.png Hmm, interesting. The choice between blanking and and non-printing password prompts is a choice between letting the user know their input is being received, and not leaking the number of characters that the password has. The CLI standard in most *nix programs is to not show any blanking characters (ssh, su, sudo, etc.). However, the GUI standard in most *nix programs is to show blanking characters (GUI login managers), which is consistent with the general standard of Windows, which always shows blanking characters. I would think that because we're discussing a CLI tool, which is consistent with the *nix CLI standard, that we shouldn't add blanking characters. In the case where the user is used to the Windows standard, Windows CLI almost never has password entry prompts, so there isn't a clear expectation of what to expect on CLI. Based on what Alex states above, I believe that we should leave the installer password prompt as is. If this changes, we can reopen this issue. Release Notes Docs Status: Added: Not Required Release Notes Docs Status: Removed: Not Required Docs QE Status: Removed: NEW |