debian-mirror-gitlab/doc/user/profile/account/delete_account.md

38 lines
1.9 KiB
Markdown
Raw Normal View History

2017-08-17 22:00:37 +05:30
# Deleting a User Account
2018-12-05 23:21:45 +05:30
NOTE: **Note:**
Deleting a user will delete all projects in that user namespace.
2017-08-17 22:00:37 +05:30
- As a user, you can delete your own account by navigating to **Settings** > **Account** and selecting **Delete account**
2018-03-17 18:26:18 +05:30
- As an admin, you can delete a user account by navigating to the **Admin Area**, selecting the **Users** tab, selecting a user, and clicking on **Delete user**
2017-08-17 22:00:37 +05:30
## Associated Records
2017-09-10 17:25:29 +05:30
> Introduced for issues in [GitLab 9.0][ce-7393], and for merge requests, award
emoji, notes, and abuse reports in [GitLab 9.1][ce-10467].
Hard deletion from abuse reports and spam logs was introduced in
[GitLab 9.1][ce-10273], and from the API in [GitLab 9.3][ce-11853].
2017-08-17 22:00:37 +05:30
2017-09-10 17:25:29 +05:30
When a user account is deleted, not all associated records are deleted with it.
2019-07-31 22:56:46 +05:30
Here's a list of things that will **not** be deleted:
2017-08-17 22:00:37 +05:30
- Issues that the user created
- Merge requests that the user created
- Notes that the user created
- Abuse reports that the user reported
2017-09-10 17:25:29 +05:30
- Award emoji that the user created
2017-08-17 22:00:37 +05:30
2017-09-10 17:25:29 +05:30
Instead of being deleted, these records will be moved to a system-wide
2019-09-04 21:01:54 +05:30
user with the username "Ghost User", whose sole purpose is to act as a container for such records. Any commits made by a deleted user will still display the username of the original user.
2017-08-17 22:00:37 +05:30
2019-02-15 15:39:39 +05:30
When a user is deleted from an [abuse report](../../admin_area/abuse_reports.md) or spam log, these associated
2017-09-10 17:25:29 +05:30
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) or the
admin area.
2017-08-17 22:00:37 +05:30
[ce-7393]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7393
2017-09-10 17:25:29 +05:30
[ce-10273]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10273
2017-08-17 22:00:37 +05:30
[ce-10467]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10467
2017-09-10 17:25:29 +05:30
[ce-11853]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11853