Merge pull request #6760 from pixelfed/shleeable-patch-5

Fix LDAP login issues with mail
pull/6935/head
Shlee 4 weeks ago committed by GitHub
commit 9dae391e65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -82,6 +82,7 @@ return [
// 'database' => [
// 'model' => App\User::class,
// 'sync_passwords' => false,
// 'locate_users_by' => 'mail',
// 'sync_attributes' => [
// 'name' => 'cn',
// 'email' => 'mail',

Loading…
Cancel
Save