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