mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 01:11:38 -05:00
[PR #2806] [MERGED] Fix invite email encoding #11966
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?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/2806
Author: @jbelke
Created: 4/7/2026
Status: ✅ Merged
Merged: 4/11/2026
Merged by: @oschwartz10612
Base:
dev← Head:fix-invite-email-encoding📝 Commits (1)
028df8bfix: remove encodeURIComponent from invite link email parameter📊 Changes
2 files changed (+26 additions, -14 deletions)
View changed files
📝
server/routers/user/inviteUser.ts(+14 -8)📝
src/components/InviteStatusCard.tsx(+12 -6)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Invite links fail email validation due to encoding error.
How to test?
When sending an invite link to john.doe@domain.com the URI encoding converts the @ symbol to %40 resulting in the sign-up form failing validation on an active email address.
Cypress E2E testing added for validation/verification.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.