mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 17:43:04 -05:00
[GH-ISSUE #520] Deleting a invited user #1486
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 @stormbyte on GitHub (Apr 14, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/520
When a user is added to the organization and is validated it becomes a valid account.
If I then remove the account from the organization i becomes a floating account.
This account can still login and can still create it's own organization.
How do you remove the account from pangolin?
Running pangolin v1.2.0
@miloschwartz commented on GitHub (Apr 14, 2025):
Hey this is because a user can exist in more than on organization so the root user object is preserved. We will build better user management tools/systems as we progress.
If you are the server admin, you can delete the root user object at the
/adminpanel. Note, you can also prevent users from creating their own organization if you setdisable_user_create_orgtotruein theconfig.ymlfor Pangolin.