From f5c05ac098f177a5ad553fc7336fd48c7a1a3b40 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 27 Oct 2023 15:10:21 +0200 Subject: [PATCH] Update readable-share-enforce-password.md --- changelog/unreleased/readable-share-enforce-password.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/unreleased/readable-share-enforce-password.md b/changelog/unreleased/readable-share-enforce-password.md index 3ca7a6ce3..6c955e8d4 100644 --- a/changelog/unreleased/readable-share-enforce-password.md +++ b/changelog/unreleased/readable-share-enforce-password.md @@ -1,6 +1,6 @@ -Enhancement: Add config to enforce passwords on readable links +Enhancement: Add config to enforce passwords on all public links -We added the config `OCIS_SHARING_PUBLIC_READABLE_SHARE_MUST_HAVE_PASSWORD` to enforce passwords on "Viewer" public shares. +We added the config `OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD` to enforce passwords on all public shares. https://github.com/owncloud/ocis/pull/7547 https://github.com/owncloud/ocis/issues/7539