unable to fully remove user from vaultwarden #6221
-
|
I have an issue with removing users in order to create them again (lost password). Any idea how to solve this? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Did you only remove the from the Admin Console (from your organization) or did you use the |
Beta Was this translation helpful? Give feedback.
-
|
@stefan0xC yes i used the admin console and no i did not try to use the admin panel yet. Had to recreate my docker so i tried first without doing it. |
Beta Was this translation helpful? Give feedback.
If you mean with
Admin Consolethe interface of the organization it self, where you can manage members, then that is correct.Users have an account on the server, not specifically an account within an organization. Removing a user from an organization doesn't remove their account from the server, as a user could be part of multiple organizations or have personal items etc...
Also, one could accidentally remove a user from an organization, which would mean a user needs to re-create their account fully.
So, no this isn't an oversight, this is just security.
If you want to remove a user fully from the system, you need to use the Vaultwarden Admin Backend where you can fully remove a user. If…