aboutsummaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.sample.php')
-rw-r--r--config/config.sample.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index e87dee087a3..892f84601e4 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -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,