mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Server Admin should see all organizations #275
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cdwiegand on GitHub (Apr 11, 2019).
An admin user just created an organization, but I (as server owner/admin) cannot see the organization unless I'm invited to it. Shouldn't I, as the owner/admin, see all organizations? Even if it's a separate link on a page where I can audit the company settings and/or invite myself?
@dani-garcia commented on GitHub (Apr 11, 2019):
What do you mean by server owner? Each organization would have it's own separate owner, but there isn't a global server owner.
You can see a list of all users and all the organizations they are a part of in the admin page, there are instructions in the wiki on how to enable it.
I'm not sure what do you mean exactly by auditing settings, but it's not possible to invite yourself to an organization and see it's data without help from a member of it, as the data is all encrypted and we'd need to add the decryption keys to the new user.
@cdwiegand commented on GitHub (Apr 13, 2019):
Ok, I will look through the wiki on how to enable that functionality. As the owner of the physical server, I want to be able to ensure that I'm aware if there's a new "organization" created by one of my users. If I can see a list of those, then that's good enough for me.