mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
Fixed TooManyLoginAttempts not work correctly (#1668)
This commit is contained in:
committed by
Dane Everitt
parent
88c5bb4f97
commit
741ae27f18
@@ -12,7 +12,7 @@ return [
|
||||
|
|
||||
*/
|
||||
'lockout' => [
|
||||
'time' => 120,
|
||||
'time' => 2,
|
||||
'attempts' => 3,
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user