You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On rally.co participant in a survey and enter an email address containing / and ~ in the local part. Such an email is incorrectly rejected, for example a+rally.co~/@example.net.
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out! It looks like the current validation might be stricter than necessary, as / and ~ can technically be valid characters in the local part of an email address according to the email standards (RFC 5321/5322).
It might be worth revisiting the email validation logic to accommodate these characters. This would allow users to input email addresses that are valid but currently rejected. Just wanted to bring this up in case the maintainers want to address it. Appreciate the great work on the project!
We use zod for email validation and I believe I've found the reason for this issue here: colinhacks/zod#2157
This is also the reason why it won't be fixed as I have no plans to implement and maintain my own email validation. So I apologize for not being able to use your favorite email address with Rallly 🙏
On rally.co participant in a survey and enter an email address containing / and ~ in the local part. Such an email is incorrectly rejected, for example a+rally.co~/@example.net.
The text was updated successfully, but these errors were encountered: