From d9e55199f51d4af5c8aeee1e668afbf58f3b6cff Mon Sep 17 00:00:00 2001 From: Shlee Date: Tue, 25 Aug 2026 13:01:11 +0930 Subject: [PATCH] Update auth.php --- config/auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/auth.php b/config/auth.php index 6fa4beba0..de2b6259c 100644 --- a/config/auth.php +++ b/config/auth.php @@ -80,6 +80,7 @@ return [ // 'database' => [ // 'model' => App\User::class, // 'sync_passwords' => false, + // 'locate_users_by' => 'mail', // 'sync_attributes' => [ // 'name' => 'cn', // 'email' => 'mail',