IdentityManager / IdentityManager.AspNetIdentity

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

AspNetIdentity Issue #7

Closed pramodgehlot closed 10 years ago

pramodgehlot commented 10 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 10 years ago

I don't understand the question -- IdentityManager does not authenticate users and thus AccessFailed would not be used.

brockallen commented 10 years ago

This looks to be a dup of this question: #6, so I'll close this one.