diff --git a/config/auth.php b/config/auth.php index 77d2084c5..eefb4ede4 100644 --- a/config/auth.php +++ b/config/auth.php @@ -14,4 +14,13 @@ return [ ], ], + 'passwords' => [ + 'users' => [ + 'provider' => 'users', + 'table' => 'password_resets', + 'expire' => 60, + 'throttle' => 60, + ], + ], + ];