Deleting a User account
Users can be deleted from a GitLab instance, either by:
- The user themselves.
- An administrator.
As a user
As a user, you can delete your own account by:
- Clicking on your avatar.
- Navigating to Settings > Account.
- Selecting Delete account.
As an administrator
As an administrator, you can delete a user account by:
- Navigating to Admin Area > Overview > Users.
- Selecting a user.
- Under the Account tab, clicking:
- Delete user to delete only the user but maintaining their associated records.
- Delete user and contributions to delete the user and their associated records.
Associated Records
- Introduced for issues in GitLab 9.0.
- Introduced for merge requests, award emoji, notes, and abuse reports in GitLab 9.1.
- Hard deletion from abuse reports and spam logs was introduced in GitLab 9.1, and from the API in GitLab 9.3.
There are two options for deleting users:
- Delete user
- Delete user and contributions
When using the Delete user option, not all associated records are deleted with the user. Here’s a list of things that will not be deleted:
- 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.
Instead of being deleted, these records will be moved to a system-wide 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.
When using the Delete user and contributions option, all associated records are removed. This includes all of the items mentioned above including issues, merge requests, notes/comments, and more. Consider blocking a user or using the Delete user option instead.
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 behavior when deleting users from the API or the Admin Area.
Help and feedback
If there's something you don't like about this feature
To propose functionality that GitLab does not yet offer
To further help GitLab in shaping new features
If you didn't find what you were looking for
If you want help with something very specific to your use case, and can use some community support
POST ON GITLAB FORUM
If you have problems setting up or using this feature (depending on your GitLab subscription)
REQUEST SUPPORT
To view all GitLab tiers and features or to upgrade
If you want to try all features available in GitLab.com
If you want to try all features available in GitLab self-managed
If you spot an error or a need for improvement and would like to fix it yourself in a merge request
EDIT THIS PAGE
If you would like to suggest an improvement to this doc