mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[GH-ISSUE #923] [FEATURE REQUEST] User Signup Enhancements #6492
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 @yellowsnow3 on GitHub (Jun 16, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/923
Originally assigned to: @jeevikasirwani on GitHub.
1. E-Mail autofill when signing up through E-Mail
When sending an invite link to someone (automatically through SMTP), they already gave me the email address that they want to sign up with. But when this person clicks the link in the email to sign up, they are again prompted to enter their email address, along with their new password.
It would be nice if Pangolin pulled the email address from the pending invite section after verifying the token of the link, so that only the password is needed.
Or, if this behavior is intentional to let users sign up with any email different from the invite email, let me know.
2. Redirect users to pre-defined URL after signup
After the user is done with the sign up process, they often feel lost on what to do on the pangolin interface, since they are not an admin. I have a dashboard with all my applications on the base domain, so I would like to redirect users there after they are done setting up their account. This may solve the 4th Issue in #825.
Thank you for your hard work!
@oschwartz10612 commented on GitHub (Jun 17, 2025):
Like on #825 awesome write up of great UI / usability improvements we should absolutely do! I am going to mark this as help wanted in case anyone wants to take up some of these ideas in the UI because I think they would be pretty straight forward and good first issues.
@jeevikasirwani commented on GitHub (Jun 18, 2025):
I would like to implement this
@oschwartz10612 commented on GitHub (Jun 18, 2025):
@jeevikasirwani that would be awesome! Feel free to open a draft PR to track as you work and let us know if you have any questions! I will assign this to you but feel free to let me know if you want to move on and I can always change it.
Thanks for tackling this!
@jeevikasirwani commented on GitHub (Jun 19, 2025):
Thank you! That sounds great I’ll go ahead and open a draft PR soon . I’ll definitely reach out if I have any questions along the way. Appreciate you assigning this to me!
@yellowsnow3 commented on GitHub (Aug 24, 2025):
Issue fixed in #1129 (merged in 1.9.0). Users can also see their resources after signing up since 1.8.0.