I working on a MVC-5 application and using Asp.Net Identity for user authentication. I have following nugget packages installed in my project:
- Microsoft ASP.NET Identity EntityFramework version="1.0.0"
- Microsoft.Owin.Security version="2.0.2"
- Microsoft.Owin.Security.OAuth version="2.0.2"
- Microsoft.AspNet.Identity.Owin version="1.0.0"
- Microsoft.Owin.Host.SystemWeb version="2.0.2"
- Microsoft.Owin.Hosting version="2.0.2"
Now my issue is that I want to provide reset password functionality to my users. And for this I need IdentityStoreManager class. But IdentityStoreManager is missing ??
Can anybody please help me find out what I am missing ??