Merge pull request #37678 from nextcloud/doc/auth/no-token-password-no-client-logout

doc(auth): Warn about disabled token passwords and LDAP logout
This commit is contained in:
Christoph Wurst 2023-04-11 21:04:01 +02:00 committed by GitHub
commit 9edc3aa354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -347,6 +347,10 @@ $CONFIG = [
* characters).
*
* By default, the passwords are stored encrypted in the database.
*
* WARNING: If disabled, password changes on the user back-end (e.g. on LDAP) no
* longer log connected clients out automatically. Users can still disconnect
* the clients by deleting the app token from the security settings.
*/
'auth.storeCryptedPassword' => true,