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