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

88 lines
3.2 KiB
Markdown
Raw Normal View History

2019-10-12 21:52:04 +05:30
---
type: howto
---
# Deleting a User account
Users can be deleted from a GitLab instance, either by:
- The user themselves.
- An administrator.
2017-08-17 22:00:37 +05:30
2018-12-05 23:21:45 +05:30
NOTE: **Note:**
Deleting a user will delete all projects in that user namespace.
2019-10-12 21:52:04 +05:30
## As a user
As a user, you can delete your own account by:
1. Clicking on your avatar.
1. Navigating to **Settings > Account**.
1. Selecting **Delete account**.
## As an administrator
As an administrator, you can delete a user account by:
1. Navigating to **Admin Area > Overview > Users**.
1. Selecting a user.
1. Under the **Account** tab, clicking:
- **Delete user** to delete only the user but maintaining their
[associated records](#associated-records).
- **Delete user and contributions** to delete the user and
their associated records.
### Blocking a user
In addition to blocking a user
[via an abuse report](../../admin_area/abuse_reports.md#blocking-users),
a user can be blocked directly from the Admin area. To do this:
1. Navigate to **Admin Area > Overview > Users**.
1. Selecting a user.
1. Under the **Account** tab, click **Block user**.
2017-08-17 22:00:37 +05:30
## Associated Records
2019-10-12 21:52:04 +05:30
> - Introduced for issues in
2019-12-04 20:38:33 +05:30
> [GitLab 9.0](https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/7393).
2019-10-12 21:52:04 +05:30
> - Introduced for merge requests, award emoji, notes, and abuse reports in
2019-12-04 20:38:33 +05:30
> [GitLab 9.1](https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/10467).
2019-10-12 21:52:04 +05:30
> - Hard deletion from abuse reports and spam logs was introduced in
2019-12-04 20:38:33 +05:30
> [GitLab 9.1](https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/10273),
2019-10-12 21:52:04 +05:30
> and from the API in
2019-12-04 20:38:33 +05:30
> [GitLab 9.3](https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/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
2019-10-12 21:52:04 +05:30
- Issues that the user created.
- Merge requests that the user created.
- Notes that the user created.
- Abuse reports that the user reported.
- 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-10-12 21:52:04 +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-10-12 21:52:04 +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
2019-10-12 21:52:04 +05:30
is a sole owner of. Administrators can also request this behavior when
2017-09-10 17:25:29 +05:30
deleting users from the [API](../../../api/users.md#user-deletion) or the
2019-10-12 21:52:04 +05:30
Admin Area.
<!-- ## Troubleshooting
Include any troubleshooting steps that you can foresee. If you know beforehand what issues
one might have when setting this up, or when something is changed, or on upgrading, it's
important to describe those, too. Think of things that may go wrong and include them here.
This is important to minimize requests for support, and to avoid doc comments with
questions that you know someone might ask.
2017-08-17 22:00:37 +05:30
2019-10-12 21:52:04 +05:30
Each scenario can be a third-level heading, e.g. `### Getting error message X`.
If you have none to add when creating a doc, leave this section in place
but commented out to help encourage others to add to it in the future. -->