Add changelog entry

This commit is contained in:
Daniël Franke
2023-02-15 10:06:23 +01:00
committed by Ralf Haferkamp
parent 172807bb69
commit 621bd56b45
@@ -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