From 2924f3102eac42f93bf66340df7e391058c06a44 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 8 Jul 2022 04:20:18 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 43e7f2eaf..405f30766 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1756,6 +1756,12 @@ Set to true to enforce that internal shares need to be accepted Set to false to stop sending a mail when users receive a share +:: + + 'sharing.allow_disabled_password_enforcement_groups' => false, + +Set to true to enable the feature to add exceptions for share password enforcement + :: 'transferIncomingShares' => false,