mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Increased throttle
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
1c1f3dc42c
commit
5ff1b5fd50
|
@ -115,7 +115,7 @@ return [
|
|||
*/
|
||||
'password_reset' => [
|
||||
'throttle' => [
|
||||
'max_attempts' => env('PASSWORD_MAX_ATTEMPTS', 10),
|
||||
'max_attempts' => env('PASSWORD_MAX_ATTEMPTS', 30),
|
||||
'lockout_duration' => env('PASSWORD_LOCKOUT_DURATION', 60),
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue