mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 13:49:15 -05:00
[GH-ISSUE #941] [MINOR BUG] Trailing whitespace in email fields #1703
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 19, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/941
Originally assigned to: @miloschwartz on GitHub.
What happened: I invited a user and put in their email address, on the invite page the user autofilled the email with their clipboard, but with a space behind it. This caused Pangolin to reject the signup, they were only allowed to sign up when the field contained only the email without the space.
A fix would be just cutting out any whitespace before and after email addresses or other fields.
This issue would be eliminated by implementing the Email autofill in #923, but the issue may still be present in other fields across the whole project that I did not check.
@github-actions[bot] commented on GitHub (Jul 4, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@yellowsnow3 commented on GitHub (Aug 24, 2025):
Issue fixed in #1129 (merged in 1.9.0).
@oschwartz10612 commented on GitHub (Aug 24, 2025):
Thanks :}