Reset invalid login counter on successfull login

This commit is contained in:
Bond-009
2019-09-13 17:16:33 +02:00
parent 2919cf28ea
commit 221b831bb2
2 changed files with 19 additions and 32 deletions

View File

@@ -66,7 +66,7 @@ namespace MediaBrowser.Model.Users
public bool EnableAllFolders { get; set; }
public int InvalidLoginAttemptCount { get; set; }
public int? LoginAttemptsBeforeLockout { get; set; }
public int LoginAttemptsBeforeLockout { get; set; }
public bool EnablePublicSharing { get; set; }