IdentityManager / IdentityManager.AspNetIdentity

ASP.NET Identity support for Thinktecture IdentityManager
Apache License 2.0
60 stars 51 forks source link

AccessFailedAsync not increment in my project #6

Closed pramodgehlot closed 9 years ago

pramodgehlot commented 9 years ago

Hello please Help Me I am using AccessFailedAsync but not increment in idserc project.

brockallen commented 9 years ago

Can you provide more information?

pramodgehlot commented 9 years ago

I am using AspNetIdentity in this use AspNetIdntityUserService.cs Class In this we are useing lockout functionality but not working with database " await userManager.AccessFailedAsync(user.Id);" is a method in this class but not fail count increment in database.

brockallen commented 9 years ago

Ah ok -- I think I understand -- the failed access count is not getting updated when the user provides bad credentials?

brockallen commented 9 years ago

Ok, I think this issue related to IdSvr, not IdMgr. IdSvr indeed calls AccessFailedAsync when the password is failed. Closing.