[PR #2806] [MERGED] Fix invite email encoding #9947

Closed
opened 2026-04-30 06:04:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: fix-invite-email-encoding


📝 Commits (1)

  • 028df8b fix: 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.

sign-in-bug

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/2806 **Author:** [@jbelke](https://github.com/jbelke) **Created:** 4/7/2026 **Status:** ✅ Merged **Merged:** 4/11/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `fix-invite-email-encoding` --- ### 📝 Commits (1) - [`028df8b`](https://github.com/fosrl/pangolin/commit/028df8bf27a8c5d8879ce931974f7787acb3083e) fix: remove encodeURIComponent from invite link email parameter ### 📊 Changes **2 files changed** (+26 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `server/routers/user/inviteUser.ts` (+14 -8) 📝 `src/components/InviteStatusCard.tsx` (+12 -6) </details> ### 📄 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. <img width="640" height="791" alt="sign-in-bug" src="https://github.com/user-attachments/assets/79ca7872-08f4-4186-87a3-0b74fd6d6f14" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 06:04:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#9947