[MINOR BUG] Trailing whitespace in email fields #1327

Closed
opened 2026-04-05 18:59:58 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @yellowsnow3 on 6/19/2025

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 6/19/2025* 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1327