I'm using Umbraco 7.3 members module but the email field in the registration form seems to be case-sensitive which seems to be a little bit ridiculous because it will reject email addresses like [email protected] as INVALID. I'm adding this field in the registration form in the following way:
Membership email case-sensitive
I'm using Umbraco 7.3 members module but the email field in the registration form seems to be case-sensitive which seems to be a little bit ridiculous because it will reject email addresses like [email protected] as INVALID. I'm adding this field in the registration form in the following way:
Based on this template: https://github.com/leen3o/Dialogue/blob/master/Src/Dialogue.Website/Umbraco/PartialViewMacros/Templates/RegisterMember.cshtml
Is there a way to change it to case-insensitive?
Thanks, PJ
is working on a reply...