passwords
passwords copied to clipboard
[FEATURE]: Deduplication Tool
⚠️ This issue respects the following points: ⚠️
- [X] This is a feature request for one feature, not a question, discussion or multiple features.
- [X] This is not a feature request for the browser extension or another client.
- [X] This feature is not already requested on Github (I've searched it).
- [X] This feature does not already exist (I checked the wiki).
Current Status
Currently, there is no way to manage duplicate password entries. If you have moved browsers or managers over the years (or you are old enough that your passwords list predates synced password tools), you will have duplicates.
It seems like the Bulk actions work might need to be merged first, in order to provide some of the needed features and UX.
Feature Description
- Duplicates are shown in a special folder, stacked or grouped together in the list
- User can choose which duplicates for a given group to merge together, and which is the primary (its existing fields don't get updated)
- Once flattened, passwords are no longer shown in the Duplicates folder
Additional Context
Similar to how BitWarden handles it.
Passwords checks for duplicates by default. You can find them under "Security" > "Weak".
Clicking on the yellow shield icon of any duplicate password will trigger a search for all entries with the same password.
There are some instances where a duplicate isn't shown in the search:
- If it's already in the trash. Check the trash bin and empty it.
- If it has recently been deleted. The status will update within one day.
- If the duplicate itself is hidden. You can use the "Recover hidden items" action in the settings to unhide any hidden password.
This list is not just a list of duplicate password entries as many might think, such as multiple imports, which would then share the same username/URI/password, which is what I would like to work on clearing, instead of picking through other items that might just have a shared password but aren't actually duplicates from importing.
Ah, ok. So this is about duplicates in terms of username+website or other properties.
Yes, exactly! Perhaps the yellow category could have a way to switch the filter rules to show things like duplicate password, uri, etc