Copied to clipboard

Flag this post as spam?

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


  • Kieron 152 posts 390 karma points
    Aug 24, 2018 @ 16:32
    Kieron
    0

    Change the register snippets "A member with this username already exists." message?

    Hi all, using the default register snippet, is it possible to change this message:

    A member with this username already exists.
    

    For a different phrase?

    Also, if I add another field into the default register snippet, can I make it required like email and password are?

  • pbl_dk 150 posts 551 karma points
    Aug 24, 2018 @ 19:33
    pbl_dk
    0

    You can use on the code:

      @Html.ValidationMessageFor(m => registerModel.Email, "An alternative message")
    

    I am not sure about required.

Please Sign in or register to post replies

Write your reply to:

Draft