mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
"Normal" user do not belong to bitwarden_rs organization #128
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 @ghost on GitHub (Nov 13, 2018).
I set up new bitwarden version with "SERVER_ADMIN_EMAIL".
I can see new organization:
But my old normal user do not belong to this organization after log in:

Admin belong:

Is this how this new organization works? Also both users are marked as "USER" not "USER" and "ADMIN"
@mprasil commented on GitHub (Nov 13, 2018):
Yes this is working as designed. The
bitwarden_rsorganization is kind of a hack, that creates "virtual" organization for the admin account where all server users are. It's not a real organization and if you remove user there, it will be completely removed from server, so be careful. Do not use this organization for sharing passwordsHope that helps.