Closed cortex93 closed 9 years ago
Something like
if (userManager.SupportsUserLockout) await userManager.ResetAccessFailedCountAsync(user.Id);
is not done before returning AuthenticateResult if CheckPasswordAsync returns true.
Good catch. Thx.
Looks like I added this at some point, but never closed this issue. Can you look at the code and confirm? Thanks.
Yes, you did.
Something like
is not done before returning AuthenticateResult if CheckPasswordAsync returns true.