diff --git a/config/auth.php b/config/auth.php index c64308f389..509ff66e3b 100644 --- a/config/auth.php +++ b/config/auth.php @@ -106,7 +106,13 @@ return [ ], ], - + /* + |-------------------------------------------------------------------------- + | Resetting Password Requests + |-------------------------------------------------------------------------- + | This sets the throttle for forgotten password requests + | + */ 'password_reset' => [ 'throttle' => [ 'max_attempts' => env('PASSWORD_MAX_ATTEMPTS', 10),