I’d like to customize the login error message that visitors get when their login attempt fails. In ASP.NET, you’d override the Login_LoginError event, as described in this 4GuysFromRolla article.
Anyone know how to do this in ASP.NET MVC?
Thanks in advance!
When I wrote this question, I wasn’t thinking straight. To accomplish what I asked, you simply write the logic into the Login action. Really simple… 😉