From eb4c42d3d1fda02895d35a360bceb08379f328c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 16 Jan 2020 18:42:58 +0100 Subject: Make auto accepting the default and provide setting to enforce the share acceptance process MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- config/config.sample.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index ba47fe9e843..0122199db30 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1339,11 +1339,16 @@ $CONFIG = array( 'sharing.minSearchStringLength' => 0, /** - * Starting with Nextcloud 18 also internal shares have to be accepted. Setting - * this setting to true forces all internal shares to be accepted directly. - * (resulting in pre 18 behavior). + * Set to true to enable that internal shares need to be accepted by the users by default. + * Users can change this for their account in their personal sharing settings */ -'sharing.interal_shares_accepted' => false, +'sharing.enable_share_accept' => false, + +/** + * Set to true to enforce that internal shares need to be accepted + */ +'sharing.force_share_accept' => false, + /** * All other configuration options -- cgit v1.2.3