I am trying to implement the custom login/ change password / forgot password functionality in Sitecore 7.1 using MVC. I am using Sitecore api to achieve this.
I am following the below mentioned blog, http://www.bolaky.net/post/Implementing-Sitecore-Extranet-login-on-a-website.aspx.
When I assign an anonymous user restricted it just shows me page not found but ideally it should redirect to my custom login page.
How should I go about it?