Replies: 1 comment 1 reply
-
Vaultwarden doesn't maintain any client, amd since clients should support this feature it isn't something we can add on our side. Also, this kinda goes against the whole purpose of this feature in my opinion. |
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.
-
Background
Vaultwarden’s emergency access feature allows trusted contacts to access the vault in emergencies. While the current system manages access levels, it is either view access or full take over.
Problem
Users may want to keep certain accounts or folders private by hiding them from emergency contacts unless there is a full takeover. Additionally, users might want the option to delete sensitive items or folders upon full takeover, but this should remain optional.
Proposal
Enhance emergency access with the following features:
Extending these flags to folders allows users to manage visibility and deletion preferences efficiently at a group level. You could also potentially add an option to delete_for_emergency so the records get removed during certain situations. Though the delete method may need some further investigation for emergency take overs for the owner of it if they lose access, in this case the user may not want to delete records.
Beta Was this translation helpful? Give feedback.
All reactions