mirror of
https://github.com/nextcloud/server.git
synced 2026-03-30 22:26:41 -04:00
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:
commit
5f3e5e3ce3
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue