diff --git a/config/auth.php b/config/auth.php index 7d1eb0d..e791126 100644 --- a/config/auth.php +++ b/config/auth.php @@ -112,4 +112,5 @@ 'password_timeout' => env('AUTH_PASSWORD_TIMEOUT', 10800), + 'password_default' => env('PASSWORD_DEFAULT', 'users'), ];