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...
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.
Continue discussion
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...
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.