From 621bd56b45e935602e67778c89c99f092f47aa8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Franke?= Date: Tue, 14 Feb 2023 13:28:34 +0100 Subject: [PATCH] Add changelog entry --- changelog/unreleased/enhancement-change-username.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/enhancement-change-username.md diff --git a/changelog/unreleased/enhancement-change-username.md b/changelog/unreleased/enhancement-change-username.md new file mode 100644 index 000000000..ddd687fd5 --- /dev/null +++ b/changelog/unreleased/enhancement-change-username.md @@ -0,0 +1,7 @@ +Enhancement: allow username to be changed + +When OnPremisesSamAccountName is present in a PATCH on `{apiRoot}/users/{userID}` it will change the +username of the user. This also changes the references to this user in the groups. + +https://github.com/owncloud/ocis/pull/5509 +https://github.com/owncloud/ocis/issues/4988