From 3aaa60b1c2c8e459c704dce927113ee23611ded3 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Tue, 2 Jan 2024 14:51:41 +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 e7de19124c..179d9a1d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Fix Service Account Roles on external IDP: [#8074](https://github.com/owncloud/ocis/pull/8074) +* Enhancement - Disable the password policy: [#7985](https://github.com/owncloud/ocis/pull/7985) * Enhancement - Update reva to latest edge version: [#8100](https://github.com/owncloud/ocis/pull/8100) ## Details @@ -51,6 +52,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8074 +* Enhancement - Disable the password policy: [#7985](https://github.com/owncloud/ocis/pull/7985) + + We add the environment variable that allow to disable the password policy. + + https://github.com/owncloud/ocis/issues/7916 + https://github.com/owncloud/ocis/pull/7985 + https://github.com/cs3org/reva/pull/4409 + * Enhancement - Update reva to latest edge version: [#8100](https://github.com/owncloud/ocis/pull/8100) We update reva to the latest edge version to get the latest fixes and features.