From 2609c86ad6cd0c741d2209e543f7bf7191fc8123 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 14 Oct 2021 20:37:46 -0600 Subject: [PATCH] Update auth config, add throttle limit to password resets --- config/auth.php | 1 + 1 file changed, 1 insertion(+) 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, ], ],