Hello,
I googled thoroughly but there is hundred examples from ASP.NET but nothing about ASP.NET Core.
In order to getting password reset work I need to registe
add or correct following lines in startup.cs:
services.AddIdentity() .AddEntityFrameworkStores() .AddDefaultTokenProviders();
you can found more description here