-
-
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
Statisics shows problems, but does not show where #4028
Comments
Perhaps a new column in your database would be an intuitive way of spotting insecure passwords. For example: a column called "Rating" and it can show you a green circle (good password), a yellow circle (reused), or a red one (weak password). And then you can hover over the colored circle to know exactly what the meaning of it is with a tooltip appearing. Then to fix the issues all you'd have to do is sort by this column and fix them one by one. Kind of like a checklist. |
@bram1253 |
See #3993 |
@MegaV0lt I appreciate that you're using Nextcloud and that you've got an excellent average password length, and your password database is much bigger than mine :) however in the future you may want to consider posting screenshots not of your own database but of the demo database we created for this very purpose. You find it here: https://github.com/keepassxreboot/keepassxc/blob/develop/share/demo.kdbx (the password is Anyway, thanks for reporting this issue, I think many people feel the same (me included). I've thought about adding a tool tip with a list of entries (not very useful if there are many of them), or convert the table into something like a tree view that you can un-collapse to show the entries, which could then be double-clicked to jump into the entry editor. However, as mentioned by @droidmonkey, the upcoming Health Check (#551/#3993) already has a detailed list of problematic entries (double-clickable to edit them right away), so maybe that will remedy your issue? @bram1253 I like your idea ("Rating" column with password quality indicator in the entry list), and Health Check gives us the tools needed (e. g. a password quality assessment including a color), so I think adding it won't be too difficult. Can you create a new issue for that? A single issue shouldn't cover two independent features IMO. |
The Healthcheck would be enought for me. Thanks for the hint. Hope it comes soon ;-) |
Summary
At the statistics page i have some warnings (eg. short passwords), but i can not easily find the entry's in the database
Desired Behavior
There should be a list with the items to be fixed
Possible Solution
Context
is almost impossible to fix the mentiones problems. See Screenshot:
The text was updated successfully, but these errors were encountered: