From 85456875519a31e3ed287f78dd9109775855b96a Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 12 Aug 2022 13:50:34 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6119912b2..2d7a0748c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Changelog for [unreleased] (UNRELEASED) + +The following sections list the changes for unreleased. + +[unreleased]: https://github.com/owncloud/ocis/compare/v2.0.0...master + +## Summary + +* Enhancement - Added command to reset administrator password: [#4084](https://github.com/owncloud/ocis/issues/4084) + +## Details + +* Enhancement - Added command to reset administrator password: [#4084](https://github.com/owncloud/ocis/issues/4084) + + The new command `ocis idm resetpassword` allows to reset the administrator password when ocis + is not running. So it is possible to recover setups where the admin password was lost. + + https://github.com/owncloud/ocis/issues/4084 + https://github.com/owncloud/ocis/pull/4365 # Changelog for [2.0.0-beta.6] (2022-08-11) The following sections list the changes for 2.0.0-beta.6.