Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
This simply doesn't work properly.
I am trying to register my main admin account as a test membership user in the back office ([email protected]) and the address is rejected.
Is there a way to disable this? It's obviously not been working for a while in some areas looking at other posts.
Using Umbraco 7.3.8
Sounds like it's not supporting long TLDs. I'd log it as a bug, if you can't fix it yourself. http://issues.umbraco.org/issues
If I'm correct about the code used (IsEmailValid) then the regex looks like it should validate this email address.
Bug logged - http://issues.umbraco.org/issue/U4-8735
I'm not sure the code above is used - It seems to call through to EmailAddressAttribute().IsValid() now.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Membership Email Validation
This simply doesn't work properly.
I am trying to register my main admin account as a test membership user in the back office ([email protected]) and the address is rejected.
Is there a way to disable this? It's obviously not been working for a while in some areas looking at other posts.
Using Umbraco 7.3.8
Sounds like it's not supporting long TLDs. I'd log it as a bug, if you can't fix it yourself. http://issues.umbraco.org/issues
If I'm correct about the code used (IsEmailValid) then the regex looks like it should validate this email address.
Bug logged - http://issues.umbraco.org/issue/U4-8735
I'm not sure the code above is used - It seems to call through to EmailAddressAttribute().IsValid() now.
is working on a reply...