AspNetIdentity
AspNetIdentity copied to clipboard
AccessFailedAsync is not incrementing AccessFailedCount
Anytime I call userManager. AccessFailedAsync
the database is never updated and the code never fails. When I attempt to debug the code using the downloaded symbols, I am not able to set breakpoints on every line and the code jumps out unexpectely
var result = await userManager.AccessFailedAsync(user);
A search of StackOverflow reveals others having the same problem https://stackoverflow.com/questions/54460611/user-manager-accessfailed-async-not-incrementing