Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 7ffc437

Browse files
committed
Set password sync to false by default
1 parent 4c6d544 commit 7ffc437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
|
186186
*/
187187

188-
'sync' => env('ADLDAP_PASSWORD_SYNC', true),
188+
'sync' => env('ADLDAP_PASSWORD_SYNC', false),
189189

190190
/*
191191
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)