diff --git a/changelog/unreleased/ocs-user-deprovisioning.md b/changelog/unreleased/ocs-user-deprovisioning.md index a71e9a1a4f..9e5eb5535c 100644 --- a/changelog/unreleased/ocs-user-deprovisioning.md +++ b/changelog/unreleased/ocs-user-deprovisioning.md @@ -10,6 +10,6 @@ OCS_STORAGE_USERS_DRIVER `OCS_IDM_ADDRESS` is also an alias for `OCIS_URL`; allows the OCS service to mint jwt tokens for the authenticated user that will be read by the reva authentication middleware. -`STORAGE_USERS_DRIVER` determines how a user is deprovisioned. This kind of behavior is needed since every storage driver deals with deleting differently. +`OCS_STORAGE_USERS_DRIVER` determines how a user is deprovisioned. This kind of behavior is needed since every storage driver deals with deleting differently. https://github.com/owncloud/ocis/pull/1962