mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-14 09:31:02 -05:00
[GH-ISSUE #1312] Unable to create a user after cancelling invitation #1849
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 @marcelhoffs on GitHub (Aug 21, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1312
When you create a user and you cancel the invitation, you can't create the same user anymore. You will get a message that the user is already part of the organization. Which is not true as in reality this user does not exists.
Step 1: Create a user

Step 2: Click on cancel on the invitation page

Step 3: Try to create the user again

@adrianeastles commented on GitHub (Aug 21, 2025):
Does the user account show in the All Users table under the server admin section?
@marcelhoffs commented on GitHub (Aug 21, 2025):
No the user is nowhere to be found. Not under All Users in the Server Admin section, nor in the Organizations Users section.
@ahorlins commented on GitHub (Aug 25, 2025):
same issue here
@oschwartz10612 commented on GitHub (Aug 26, 2025):
Do you see the invitation in the invitations screen on the side bar? I
think they wont show up as a user until they accept the invite but you
can delete the invite if you dont want to do it anymore.
I think the fix here is maybe to remove the cancel button because at
that point the invite is already created.