Feature Request: Ability to Disable a Login Without Deleting It (Hide from Autofill Suggestions) #6870
vovantamvn
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
First, please read: https://github.com/dani-garcia/vaultwarden/wiki/FAQs#i-have-a-feature-request-for-the-web-vault-or-any-other-client And second, there is a very simple way to prevent a login from appearing in autofill.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You might need this feature: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Description
Problem
Currently, the only way to prevent a login item from appearing in autofill suggestions is to delete it.
However, there are cases where users may want to temporarily disable a login without permanently removing it from their vault.
Examples:
Deleting the login is not ideal because:
Proposed Feature
Add an option to disable a login item, with the following behavior:
Suggested Implementation Ideas
Add a boolean flag such as
disabled: true/falseto login items.When
disabled = true:Provide a toggle in the login item settings (e.g., “Disable autofill for this item”).
Benefits
Alternatives Considered
Thank you for considering this feature!
Beta Was this translation helpful? Give feedback.
All reactions