diff --git a/config/auth.php b/config/auth.php index fce3eda0eb7d..f150aa1d3210 100644 --- a/config/auth.php +++ b/config/auth.php @@ -104,11 +104,13 @@ return [ 'provider' => 'users', 'table' => 'password_resets', 'expire' => 60, + 'throttle' => 60, ], 'clients' => [ 'provider' => 'clients', 'table' => 'password_resets', 'expire' => 60, + 'throttle' => 60, ], ],