Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • PJ 16 posts 60 karma points
    Oct 15, 2015 @ 09:41
    PJ
    0

    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:

        @Html.TextBoxFor(m => registerModel.Email)
    
        @Html.ValidationMessageFor(m => registerModel.Email)
    

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies