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
The E-Mail validator is probably a bit too restrictive. I use the TLD .email for my email address (like [email protected]), but windmill reports "invalid email address".
I was trying to look at the maximum characters in a tld but i didin't find the correct rfc for that, for e-mails the maximum length is 255 per rfc3696 the domain part should not exceed 63.
on rfc6927 the longest domain name for a country tld is "XN--MGBERP4A5D4AR" wich is a punycode for ("السعودية") saudi arabia domain name.
on the tld list provided by iana looks like the longest tld is "XN--VERMGENSBERATUNG-PWB"("vermögensberatung"), so is quite lengthy using 25 chars.
did some tests, and increasing to 25 chars it would accept practically any current registered domain tld:
but, I don't know if this would have any other negative impacts in the database for example.
to be a little bit more practical, maybe 20 chars would be enough.
Describe the bug
The E-Mail validator is probably a bit too restrictive. I use the TLD
.email
for my email address (like[email protected]
), but windmill reports "invalid email address".To reproduce
[email protected]
on the "Setup Secure Account" pageExpected behavior
Valid E-Mail addresses can be used during account setup
Application version
Latest docker image (Windmill Community Edition v1.423.1)
The text was updated successfully, but these errors were encountered: