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

[FEATURE]: Deduplication Tool #611

Open
4 tasks done
Saijin-Naib opened this issue Nov 13, 2023 · 4 comments
Open
4 tasks done

[FEATURE]: Deduplication Tool #611

Saijin-Naib opened this issue Nov 13, 2023 · 4 comments
Labels
feature A new functionality for the app

Comments

@Saijin-Naib
Copy link

⚠️ This issue respects the following points: ⚠️

  • This is a feature request for one feature, not a question, discussion or multiple features.
  • This is not a feature request for the browser extension or another client.
  • This feature is not already requested on Github (I've searched it).
  • 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

  1. Duplicates are shown in a special folder, stacked or grouped together in the list
  2. User can choose which duplicates for a given group to merge together, and which is the primary (its existing fields don't get updated)
  3. Once flattened, passwords are no longer shown in the Duplicates folder

Additional Context

Similar to how BitWarden handles it.

@Saijin-Naib Saijin-Naib added the feature A new functionality for the app label Nov 13, 2023
@marius-wieschollek
Copy link
Owner

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.

@Saijin-Naib
Copy link
Author

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.

@marius-wieschollek
Copy link
Owner

Ah, ok. So this is about duplicates in terms of username+website or other properties.

@Saijin-Naib
Copy link
Author

Yes, exactly! Perhaps the yellow category could have a way to switch the filter rules to show things like duplicate password, uri, etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality for the app
Projects
None yet
Development

No branches or pull requests

2 participants