tugberkugurlu / AspNet.Identity.RavenDB

Fully asynchronous, new and sweet ASP.NET Identity implementation for RavenDB
MIT License
42 stars 28 forks source link

IncrementAccessFailedCountAsync #27

Closed kikoanis closed 10 years ago

kikoanis commented 10 years ago

In RavenUserStore, the method IncrementAccessFailedCountAsync is supposed to return the failed count but rather it always returns zero.

It should return this return Task.FromResult(user.AccessFailedCount);

tugberkugurlu commented 10 years ago

@kikoanis

Great catch! Fixed!

I actually implemented it correctly in my MongoDB implementation but somehow missed it in this.

Thanks!

tugberkugurlu commented 10 years ago

pushed a new release BTW which includes this fix: https://www.nuget.org/packages/AspNet.Identity.RavenDB/2.0.0-pre-05