mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 20:59:07 -05:00
User signup bug #16
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 @skyuk3000 on GitHub (Jan 16, 2025).
I've found an issue/bug with the configuration "signup_without_invite" = false. The sign up button remains and users can still signup. Also there is no ways of removing users.
Also is there anyway of adding a wildcard in the subdomain when creating resources, I have reverse proxy on the remote and would prefer to use that?
@miloschwartz commented on GitHub (Jan 16, 2025):
Hi, sorry about this, looks like there is a minor typo in the documentation.
The setting is
disable_signup_without_inviteand this should be set totrueto prevent new users from signing up with an explicit invite. If this still doesn't work for you, let me know.Can you clarify what you mean about the wildcard? Are you interested in creating a resource that points to another reverse proxy?
@skyuk3000 commented on GitHub (Jan 16, 2025):
Yes, I want to point to the reverse proxy on the remote server. I'm not sure if it's possible but I'm able to do this with cloudflare tunnel.
@skyuk3000 commented on GitHub (Jan 16, 2025):
That worked, thank you
@miloschwartz commented on GitHub (Jan 17, 2025):
I like this feature idea, and think there is a good chance we will add it in the future. Would you be able to write this up in a feature request in the discussion section so other people can upvote it? I am going to close this issue as resolved now since we fixed the signup issue.