Increased throttle
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
1c1f3dc42c
commit
5ff1b5fd50
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ return [
|
||||||
*/
|
*/
|
||||||
'password_reset' => [
|
'password_reset' => [
|
||||||
'throttle' => [
|
'throttle' => [
|
||||||
'max_attempts' => env('PASSWORD_MAX_ATTEMPTS', 10),
|
'max_attempts' => env('PASSWORD_MAX_ATTEMPTS', 30),
|
||||||
'lockout_duration' => env('PASSWORD_LOCKOUT_DURATION', 60),
|
'lockout_duration' => env('PASSWORD_LOCKOUT_DURATION', 60),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue