Member Login Error Messages
# help-with-umbraco
c
V13.6.0 I'm using the Umbraco provided partial for member login. It works fine, gives error messages for empty fields, but not if the username or password is incorrect. It just reloads and stares back at you blankly. Is there a way to have it respond on failure?
@using(Html.BeginUmbracoForm<UmbLoginController>(.....etc......))
Thanks