-
|
Hypothetical case: To be clear this case is really hypothetical, but my company is interested to use vaultwarden and we want to know how to handle that case. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
You can only change the status of someone if that person is already a member of the organization, else there is no way to access that organization. There is no magical way to invite your self into that organization since keys are generated by the web-vault interface. Dumping the database in clear-text would be bad for business for a password manager, so that is really not possible. |
Beta Was this translation helpful? Give feedback.
-
|
As an aside to prevent possible future issues of this I would recommend adding the environment variable "- ORG_CREATION_USERS=none" |
Beta Was this translation helpful? Give feedback.
You can only change the status of someone if that person is already a member of the organization, else there is no way to access that organization. There is no magical way to invite your self into that organization since keys are generated by the web-vault interface.
Dumping the database in clear-text would be bad for business for a password manager, so that is really not possible.