Hello!
I am using DNN v. 09.01.01 (129) and .NET 4.6
I don not have programming skills.
I have found a problem trying to set an email with this structure: name@company.healthcare
It seems DNN does not recognize that ending and does not allow us to set the emails. This happens NOT in the User settings (no problem there) but in another part of the website, where we show data from our members.
I don't think this is useful, but just in case...: in Security / Member accounts / Registration Settings, I can find the "Email Address Validation" field, with this values:
^\s*[a-zA-Z0-9_%+#&'*/=^`{|}~-](?:\.?[a-zA-Z0-9_%+#&'*/=^`{|}~-])*@(?:[a-zA-Z0-9_](?:(?:\.?|-*)[a-zA-Z0-9_])*\.[a-zA-Z]{2,9}|\[(?:2[0-4]\d|25[0-5]|[01]?\d\d?)\.(?:2[0-4]\d|25[0-5]|[01]?\d\d?)\.(?:2[0-4]\d|25[0-5]|[01]?\d\d?)\.(?:2[0-4]\d|25[0-5]|[01]?\d\d?)])\s*$
Thanks in advance!