aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 869 forks source link

Update Login.cshtml.cs #1914

Closed Rick-Anderson closed 5 years ago

HaoK commented 6 years ago

@blowdart this is actually a (maybe accidental change to the UI) which enabled password failures locking out normal lockouts by default

HaoK commented 5 years ago

Replaced by https://github.com/aspnet/Identity/pull/2007