From c20e20a824be48117193673407f52e18f2d0198b Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 20 Aug 2024 08:43:01 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e811a65184..322a1240c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ The following sections list the changes for unreleased. * Bugfix - Use less selectors that watch the registry: [#9741](https://github.com/owncloud/ocis/pull/9741) * Bugfix - We fixed the client config generation for the built in IDP: [#9770](https://github.com/owncloud/ocis/pull/9770) * Bugfix - Change ocmproviders config defaultpath: [#9778](https://github.com/owncloud/ocis/pull/9778) +* Bugfix - Set capability response `disable_self_password_change` correctly: [#9853](https://github.com/owncloud/ocis/pull/9853) * Bugfix - Web theme color contrasts: [#10726](https://github.com/owncloud/web/issues/10726) * Enhancement - New WOPI operations added to the collaboration service: [#9505](https://github.com/owncloud/ocis/pull/9505) * Enhancement - Allow configuring grpc max connection age: [#9657](https://github.com/owncloud/ocis/pull/9657) @@ -123,6 +124,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/9778 +* Bugfix - Set capability response `disable_self_password_change` correctly: [#9853](https://github.com/owncloud/ocis/pull/9853) + + The capability value `disable_self_password_change` was not being set correctly + when `user.passwordProfile` is configured as a read-only attribute. + + https://github.com/owncloud/enterprise/issues/6849 + https://github.com/owncloud/ocis/pull/9853 + * Bugfix - Web theme color contrasts: [#10726](https://github.com/owncloud/web/issues/10726) Web theme colors have been enhanced so they have at least a 4.5:1 contrast ratio