Vaylandt
Vaylandt
@brian-pickens-web TY!!!
it doesn't work (((((( it works exactly to change the password _userManager.FindByNameAsync(username).Result; always produces one and the same PasswordHash var result1 = _userManager.CheckPasswordAsync(user, password).Result; var result2 = await _signInManager.PasswordSignInAsync(username, password,...
@anhlee24 , @sicollins , I haven't found a solution yet :( 1. Create new project vs Identity 2. Integrate this.SimpleTokenProvider (I hope you understand what I meant project from the...
RESOLVED!   Thanks) https://github.com/aspnet/Identity/issues/1065#issuecomment-270573275