AspNetIdentity icon indicating copy to clipboard operation
AspNetIdentity copied to clipboard

AccessFailedAsync is not incrementing AccessFailedCount

Open MDornian opened this issue 8 months ago • 0 comments

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

MDornian avatar Jun 12 '24 16:06 MDornian