Skip to content

Commit 5f3e5e3

Browse files
authored
Merge pull request #37684 from nextcloud/backport/37678/stable26
[stable26] doc(auth): Warn about disabled token passwords and LDAP logout
2 parents 65aaf76 + 5fe65a7 commit 5f3e5e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/config.sample.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,10 @@
346346
* characters).
347347
*
348348
* By default, the passwords are stored encrypted in the database.
349+
*
350+
* WARNING: If disabled, password changes on the user back-end (e.g. on LDAP) no
351+
* longer log connected clients out automatically. Users can still disconnect
352+
* the clients by deleting the app token from the security settings.
349353
*/
350354
'auth.storeCryptedPassword' => true,
351355

0 commit comments

Comments
 (0)