From 8145f8c89b8ea36e409a8096d721baeead4a83e9 Mon Sep 17 00:00:00 2001 From: Ikhsan Satriadi Date: Mon, 8 Jul 2024 10:32:19 +0700 Subject: [PATCH] Update Auth.php --- app/Config/Auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Config/Auth.php b/app/Config/Auth.php index 309a4df..f9349d3 100644 --- a/app/Config/Auth.php +++ b/app/Config/Auth.php @@ -268,8 +268,8 @@ class Auth extends ShieldAuth */ public array $passwordValidators = [ CompositionValidator::class, - NothingPersonalValidator::class, - DictionaryValidator::class, + // NothingPersonalValidator::class, + // DictionaryValidator::class, // PwnedValidator::class, ];