passwords icon indicating copy to clipboard operation
passwords copied to clipboard

Show number of passwords in "Security" view

Open simonspa opened this issue 5 years ago • 4 comments

Current Status In the "Security" view currently only the three categories are displayed without any further information.

image

Feature Description I suggest adding the number of passwords on each category to the end of the list entry of the "Security" view:

image

simonspa avatar Dec 13 '19 09:12 simonspa

This would require to load all the passwords from the server which will take a long time especially on small systems.

marius-wieschollek avatar Dec 13 '19 13:12 marius-wieschollek

Couldn't the API be extended to simply return the numbers and run a simple count on the DB table?

simonspa avatar Dec 13 '19 13:12 simonspa

By the way, how often are the security category of passwords updated ? I mean if a password is compromised in HIBP, how long should I wait to see my password as "breached" ? I didn't find any configuration for that.

Pofilo avatar Dec 14 '19 13:12 Pofilo

@Pofilo the check runs every day. Please ask questions in the forum. @simonspa That would be a new api endpoint that is only useful for this one thing. In the future there might be good ways to get that status without much effort but right now there aren't.

marius-wieschollek avatar Dec 14 '19 13:12 marius-wieschollek