mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #1435] User not removed from org after turning on 2FA #957
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#957
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 @angelus2014 on GitHub (Feb 25, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1435
Subject of the issue
After turning on 2FA (2 Step Login) for an organization, users that are not removed from the organization even though the option states:
"Organization members who are not Owners or Administrators and do not have two-step login enabled for their personal account will be removed from the organization and will receive an email notifying them about the change."
Not sure if this is related to issue #981
Your environment
Server version 1.9.0
Web version 2.18.1
Steps to reproduce
Create an organization without 2FA, add some users and then turn on 2FA.
Expected behaviour
As the app states, the users should be removed from the organization if they haven't turned on 2FA.
Actual behaviour
Nothing happens, users stay in the organization and can login as before. No email is sent.
Relevant logs
Regards,
Angelo Machils
@BlackDex commented on GitHub (Feb 25, 2021):
We currently do not support 2FA on organizations.
As is mentioned in https://github.com/dani-garcia/bitwarden_rs/wiki.
Marking this as a duplicate of #981