diff options
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 357321f6d29..fd06954b1f8 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1573,6 +1573,11 @@ $CONFIG = [ 'sharing.enable_share_mail' => true, /** + * Set to true to enable the feature to add exceptions for share password enforcement + */ +'sharing.allow_disabled_password_enforcement_groups' => false, + +/** * Set to true to always transfer incoming shares by default * when running "occ files:transfer-ownership". * Defaults to false, so incoming shares are not transferred if not specifically requested |