Fixed TooManyLoginAttempts not work correctly (#1668)
This commit is contained in:
parent
88c5bb4f97
commit
741ae27f18
2 changed files with 19 additions and 11 deletions
|
@ -12,7 +12,7 @@ return [
|
|||
|
|
||||
*/
|
||||
'lockout' => [
|
||||
'time' => 120,
|
||||
'time' => 2,
|
||||
'attempts' => 3,
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue