diff options
author | Nick Thomas <nick@gitlab.com> | 2017-06-02 13:35:37 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2017-06-05 17:48:57 +0100 |
commit | f09b7f56077f8b1deb88dd565717e8ed0d8e6aee (patch) | |
tree | f43fadbe24c6377a7252474d91d7adcca947e9df /doc/user/profile | |
parent | 158581a447bb4976161eca26ddcb2fccd25888ab (diff) | |
download | gitlab-ce-f09b7f56077f8b1deb88dd565717e8ed0d8e6aee.tar.gz |
Support hard deletion in Admin::UsersController#destroy
Diffstat (limited to 'doc/user/profile')
-rw-r--r-- | doc/user/profile/account/delete_account.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/profile/account/delete_account.md b/doc/user/profile/account/delete_account.md index 6e274a152e5..e7596f5c577 100644 --- a/doc/user/profile/account/delete_account.md +++ b/doc/user/profile/account/delete_account.md @@ -25,7 +25,8 @@ Instead of being deleted, these records will be moved to a system-wide When a user is deleted from an abuse report or spam log, these associated records are not ghosted and will be removed, along with any groups the user is a sole owner of. Administrators can also request this behaviour when -deleting users from the [API](../../../api/users.md#user-deletion) +deleting users from the [API](../../../api/users.md#user-deletion) or the +admin area. [ce-7393]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7393 [ce-10273]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10273 |