Login Valdiation Error Text.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Hi All

With the following @Html.ValidationSummary based in the Login View.


<div class="message-error">
    @Html.ValidationSummary(true, T("Account.Login.Unsuccessful").Text)
</div>



Where can I find the following text

Login was unsuccessful. Please correct the errors and try again.
•The credentials provided are incorrect

so If need to change it I can.

All help highly regarded

Richard.
11 years ago
DB Table - Local string resources

Admin access via Configuration - Languages - View String Resources

HTH
11 years ago
Yes daveb

Done, Thank you.

Kind regards

Richard
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.