mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #250] "Normal" user do not belong to bitwarden_rs organization #129
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/250
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.