From a29251e02df0157741afaddbc202617e6eb1c840 Mon Sep 17 00:00:00 2001
From: Carl Schwan <carl@carlschwan.eu>
Date: Tue, 15 Feb 2022 17:45:09 +0100
Subject: Allow to disable password policy enforcement for selected groups

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Co-authored-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
---
 config/config.sample.php | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'config')

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
@@ -1572,6 +1572,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".
-- 
cgit v1.2.3