Fixed TooManyLoginAttempts not work correctly (#1668)

This commit is contained in:
Oreo Oreoniv 2019-12-28 22:10:39 +03:00 committed by Dane Everitt
parent 88c5bb4f97
commit 741ae27f18
2 changed files with 19 additions and 11 deletions

View file

@ -12,7 +12,7 @@ return [
|
*/
'lockout' => [
'time' => 120,
'time' => 2,
'attempts' => 3,
],