From 5ba51aee0ec6f36315da707258ce5fd7f9a2cb0e Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 12 Apr 2023 04:45:21 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index da1ec6ac5..c297df7b7 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -441,6 +441,10 @@ 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. + :: 'hide_login_form' => false,