Merge pull request #37684 from nextcloud/backport/37678/stable26

[stable26] doc(auth): Warn about disabled token passwords and LDAP logout
This commit is contained in:
Arthur Schiwon 2023-04-12 12:46:17 +02:00 committed by GitHub
commit 5f3e5e3ce3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -346,6 +346,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,