From 66e154817336bdf42a0d2aebcb61209a8a661e02 Mon Sep 17 00:00:00 2001 From: kobergj Date: Thu, 27 Jun 2024 13:17:49 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fefa404..c7c6084d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix sharing-ng permission listings for personal and virtual drive items: [#9438](https://github.com/owncloud/ocis/pull/9438) * Bugfix - Add inotify-tools and bash packages to docker files: [#9440](https://github.com/owncloud/ocis/pull/9440) * Bugfix - Allow all uploads to restart: [#9465](https://github.com/owncloud/ocis/pull/9465) +* Bugfix - Fix Password Reset: [#9479](https://github.com/owncloud/ocis/pull/9479) * Enhancement - Activitylog API: [#9361](https://github.com/owncloud/ocis/pull/9361) * Enhancement - Add the backchannel logout event: [#9447](https://github.com/owncloud/ocis/pull/9447) * Enhancement - Add fail flag to consistency check: [#9447](https://github.com/owncloud/ocis/pull/9447) @@ -80,6 +81,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/9465 +* Bugfix - Fix Password Reset: [#9479](https://github.com/owncloud/ocis/pull/9479) + + The `ocis idm resetpassword` always used the hardcoded `admin` name for the + user. Now user name can be specified via the `--user-name` (`-u`) flag. + + https://github.com/owncloud/ocis/pull/9479 + * Enhancement - Activitylog API: [#9361](https://github.com/owncloud/ocis/pull/9361) Adds an api to the `activitylog` service which allows retrieving data by clients