ASP.NET MVC 5 Default WebApp Forgot Password module missing

asp.netasp.net-identityasp.net-mvc-4asp.net-mvc-5simplemembership

In MVC 4 with SimpleMembership all these functions come with the default webbapp that you create in Visual Studio.

I was wondering where I can find the same for MVC 5 using the new ASP.NET Identity membership system? Is there some official blog or something that is beeing hidden from me in google search results?

UPDATE1: http://blogs.msdn.com/b/webdev/archive/2013/12/20/announcing-preview-of-microsoft-aspnet-identity-2-0-0-alpha1.aspx

UPDATE2: ASP.NET Identity 2.0 RTM has been released. Forgot Password is included in the samples/templates. http://blogs.msdn.com/b/webdev/archive/2014/03/20/test-announcing-rtm-of-asp-net-identity-2-0-0.aspx

Best Answer

We are working on adding these features to the ASP.NET Identity system and the MVC 5 templates.

Related Topic