Closed anhlee24 closed 7 years ago
The user manager is part of the Identity Framework of ASP.NET and does not use our framework in that flow. You will have to check there : https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity.
I have an issue: I have used Identity, i have updated password success, but i can not login until i restart the application.
I think there is an issue with the DbContext DI, this is my code:
in Startup.cs
In Controller:
Do you have any suggest? Thank you.