diff --git a/changelog/unreleased/mask-user-email-in-output.md b/changelog/unreleased/mask-user-email-in-output.md new file mode 100644 index 0000000000..9f0b0c20ae --- /dev/null +++ b/changelog/unreleased/mask-user-email-in-output.md @@ -0,0 +1,7 @@ +Bugfix: Mask user email in output + +We have fixed a bug where the user email was not masked in the output and the user emails could be enumerated through +the sharee search. This is the ocis side which adds an suiting config option to mask user emails in the output. + +https://github.com/owncloud/ocis/issues/8726 +https://github.com/cs3org/reva/pull/4603