From e60b85f506f1b29eee00792d8d79075d7c4204f0 Mon Sep 17 00:00:00 2001 From: Pascal Wengerter Date: Tue, 17 May 2022 18:37:15 +0200 Subject: [PATCH] Add changelog for #6989 --- .../unreleased/bugfix-link-permission-enforced-password | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/bugfix-link-permission-enforced-password diff --git a/changelog/unreleased/bugfix-link-permission-enforced-password b/changelog/unreleased/bugfix-link-permission-enforced-password new file mode 100644 index 00000000000..7ef4138cb74 --- /dev/null +++ b/changelog/unreleased/bugfix-link-permission-enforced-password @@ -0,0 +1,7 @@ +Bugfix: Changing link permissions to role requiring password + +We have added a dialogue option for updates of a link's permissions to a new role that would require a password. +It now prompts the user to add a password instead of failing directly. + +https://github.com/owncloud/web/pull/6989 +https://github.com/owncloud/web/issues/6974