-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Password Health Check - UI Improvements #4274
Comments
Entropy is confusing information to most people, which is why it's in the tooltip. We also don't want to clutter the reason field with so much information to the point it becomes cluttered. I think showing the number of days the password is expired is more readable then the exact date. Resizing and sorting columns would be a great improvement, I think the title and path columns should have word wrapping turned on. Excluding all expired entries is easy. What we would most likely want to do is add a setting to groups to exclude whole groups from the health report (similar to exclude from search) so you can toss all your expired entries in that group. Great feedback! |
@droidmonkey I updated my text above while you posted your reply (textual changes). I want to get rid of the tool tips because of the following reasons:
Preventing whole groups from the health report is a fantastic idea. |
The point of the tooltip is that it presents information that is not necessary to most users. For accessibility we can populate the "accessible description" in addition to the tooltip so that screen readers will read it out. Now if Qt had a simple element like a "details" pulldown I would prefer that: Like this!
|
@droidmonkey I updated my reasons in the posting above #4274 (comment) and added reason 2. I agree that the password entropy and the exact expiry date is an information, that is optional (not needed for normal users). So what about adding multiple "details" pulldowns in one cell: Very weak passwordPassword entropy is 28.73 bitsPassword has expiredPassword expiry was 31.12.2006 23:00Password is used 3 times
This way users can collapse and expand the information they need. |
Summary
Today I tested the new Password Health Check (#3993) and here is some feedback for the UI
Details
When I run the report, then the results look like this:
Here I wish to have the following features:
I have 116 expired entries and nearly all of them are for services/websites that are no longer existing (but I want to keep the entries).
For example: "Very weak password (entropy is 28.73 bits)"
For example: "Password has expired (31.12.2006 23:00)"
So here also no tool tipp is needed (it can completely be removed)
The Health Check is a fantastic feature and I see now that i have a lot to do!
Debug Info
KeePassXC - Version 2.5.3-snapshot
Build Type: Snapshot
Revision: c427000
Qt 5.12.0
Debugging mode is disabled.
Operating system: Windows 10 (10.0)
CPU architecture: x86_64
Kernel: winnt 10.0.18363
Enabled extensions:
Cryptographic libraries:
libgcrypt 1.8.4
The text was updated successfully, but these errors were encountered: