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.
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.
<!-- gh-comment-id:3034007904 -->
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 :}