[GH-ISSUE #520] Deleting a invited user #1486

Closed
opened 2026-04-16 08:08:36 -05:00 by GiteaMirror · 1 comment
Owner

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

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
Author
Owner

@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.

<!-- 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1486