Increased throttle

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-21 19:39:50 -07:00
parent 1c1f3dc42c
commit 5ff1b5fd50

View file

@ -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),
],
],