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
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
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 /admin panel. Note, you can also prevent users from creating their own organization if you set disable_user_create_org to true in the config.yml for Pangolin.
<!-- gh-comment-id:2802192666 -->
@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 `/admin` panel. Note, you can also prevent users from creating their own organization if you set `disable_user_create_org` to `true` in the `config.yml` for Pangolin.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.