diff --git a/config/auth.php b/config/auth.php index d2dcb9cb5..222c860df 100755 --- a/config/auth.php +++ b/config/auth.php @@ -50,11 +50,13 @@ return [ 'provider' => 'admins', 'table' => 'admin_password_resets', 'expire' => 60, + 'throttle' => 60, ], 'customers' => [ 'provider' => 'customers', 'table' => 'customer_password_resets', 'expire' => 60, + 'throttle' => 60, ], ], ];