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
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?
You can use on the code:
@Html.ValidationMessageFor(m => registerModel.Email, "An alternative message")
I am not sure about required.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
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?
You can use on the code:
I am not sure about required.
is working on a reply...