diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-04-06 10:13:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 10:13:23 +0200 |
commit | b8b4d247b4382d7c51323976a3a17e1416dcfe0a (patch) | |
tree | dac3acf9277dd007ea3f22712d0c9c29742beb65 /config/config.sample.php | |
parent | d2289519a3284f89f264de4d14aed565b66c46d7 (diff) | |
parent | a29251e02df0157741afaddbc202617e6eb1c840 (diff) | |
download | nextcloud-server-b8b4d247b4382d7c51323976a3a17e1416dcfe0a.tar.gz nextcloud-server-b8b4d247b4382d7c51323976a3a17e1416dcfe0a.zip |
Merge pull request #31194 from nextcloud/feat/allow-to-exclude-groups-from-password-enforcement
Allow to disable password policy enforcement for selected groups
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 7a7dfa356b8..4d8dcfa5660 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1581,6 +1581,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 |