Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to temporarily show individual passwords #2266

Closed
redm123 opened this issue Sep 3, 2018 · 1 comment · Fixed by #2431
Closed

Allow to temporarily show individual passwords #2266

redm123 opened this issue Sep 3, 2018 · 1 comment · Fixed by #2431
Assignees
Milestone

Comments

@redm123
Copy link

redm123 commented Sep 3, 2018

I'd like to have the possibility to quickly view an individual password in clear text.
Use case is usually that I want to manually enter a password somewhere, but are not sure which. I want to quickly check.

Expected Behavior

Select a password entry, and with a single click show me the password.

Current Behavior

Current options are:

  • Show all in clear text - not what I want (apart from that it doesn't seem to work...)
  • uncheck "Hide passwords in preview panel" - closer, but the problem is that I'd always have to manually close the panel, as otherwise one entry is always selected and the respective password is always visible...
    • the preview panel could be made autohide, but don't think that is what I want either, as it would also hide the notes for instance...
  • open the edit dialog: double click the entry, go all the way to the right to hit the small eye icon, cancel - tedious

Possible Solution

What I imagine for instance could be to show the eye button right next to the dotted password in the preview panel. Plus automatically hide the password again after 10s or so. (Actually, there is not really a use to show a couple of black dots in the preview panel ... ;) So they could be made useful by allowing to turn them into clear text)

KeePassXC - Version 2.3.1
Revision: 2fcaeea

Libraries:

  • Qt 5.9.3
  • libgcrypt 1.8.2

Operating system: macOS Sierra (10.12)
CPU architecture: x86_64
Kernel: darwin 16.6.0

Enabled extensions:

  • Auto-Type
  • Browser Integration
  • Legacy Browser Integration (KeePassHTTP)
  • SSH Agent
  • YubiKey
@kneitinger
Copy link
Contributor

Show all in clear text - not what I want (apart from that it doesn't seem to work...)

This option does work, but perhaps its poorly named. It means that in the entry's edit view, the passwords are cleartext; as if the eye icon was preclicked.

@droidmonkey droidmonkey self-assigned this Sep 24, 2018
@droidmonkey droidmonkey added this to the v2.4.0 milestone Sep 24, 2018
droidmonkey added a commit that referenced this issue Oct 28, 2018
* Reword security setting for password visibility in entry edit view
* Shortcut to hide/unhide usernames (CTRL+SHIFT+B)
* Fix #2031 & Fix #2266 - shortcut to hide/unhide passwords (CTRL+SHIFT+C)
* Fix #2166 - Add reveal password button to entry preview
droidmonkey added a commit that referenced this issue Oct 28, 2018
* Reword security setting for password visibility in entry edit view
* Shortcut to hide/unhide usernames (CTRL+SHIFT+B)
* Fix #2031 & Fix #2266 - shortcut to hide/unhide passwords (CTRL+SHIFT+C)
* Fix #2166 - Add reveal password button to entry preview
droidmonkey added a commit that referenced this issue Nov 15, 2018
* Reword security setting for password visibility in entry edit view
* Shortcut to hide/unhide usernames (CTRL+SHIFT+B)
* Fix #2031 & Fix #2266 - shortcut to hide/unhide passwords (CTRL+SHIFT+C)
* Fix #2166 - Add reveal password button to entry preview
droidmonkey added a commit that referenced this issue Nov 16, 2018
* Cleanup entry change notification with entryview focus in/out
* Change Open URL shortcut to CTRL+SHIFT+U to conform with an "action" 
including SHIFT
* Change Copy URL shortcut to CTRL+U to conform with "copy" without SHIFT
* Entry specific toolbar and menu items are disabled unless the entry
row has focus (prevents unintended actions)
* Reword security setting for password visibility in entry edit view
* Add shortcut to hide/unhide usernames (CTRL+SHIFT+B)
* Organize entry menu

* Fix #1588 - show keyboard shortcuts in context menu
* Fix #2403 - Change auto-type shortcut to CTRL + SHIFT + V
* Fix #2096 - Add (CTRL+F) to search bar background
* Fix #2031 & Fix #2266 - add shortcut to hide/unhide passwords (CTRL+SHIFT+C)
* Fix #2166 - Add reveal password button to entry preview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants