diff --git a/changelog/unreleased/fix-401-on-admin-resources-by-nonadmin.md b/changelog/unreleased/fix-401-on-admin-resources-by-nonadmin.md new file mode 100644 index 000000000..48a1dadc6 --- /dev/null +++ b/changelog/unreleased/fix-401-on-admin-resources-by-nonadmin.md @@ -0,0 +1,7 @@ +Bugfix: Fix restarting of postprocessing + +We fixed a bug where non-admin requests to admin resources would get 401 Unauthorized. +Now, the server sends 403 Forbidden response. + +https://github.com/owncloud/ocis/pull/6945 +https://github.com/owncloud/ocis/issues/5938