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