diff --git a/config/auth.php b/config/auth.php index 3b50d4c1..e0c437b2 100644 --- a/config/auth.php +++ b/config/auth.php @@ -96,6 +96,7 @@ return [ 'provider' => 'users', 'table' => 'password_resets', 'expire' => 60, + 'throttle' => 60, ], ],