diff options
author | Tristan Williams <twilliams@gitlab.com> | 2019-06-06 18:21:12 -0700 |
---|---|---|
committer | Tristan Williams <twilliams@gitlab.com> | 2019-06-06 18:21:12 -0700 |
commit | 123bddfb224616ea8db0f8f56c6407cc097e75cf (patch) | |
tree | 523f5a4e64517891c53347c1f5270bf4b8678c8d | |
parent | 5997cc89ff15d9a5c9f3d2470119c66ccd3c1c2a (diff) | |
download | gitlab-ce-123bddfb224616ea8db0f8f56c6407cc097e75cf.tar.gz |
Add clarity and commit info to deleted usersdocs-update-delete-user
-rw-r--r-- | doc/user/profile/account/delete_account.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/profile/account/delete_account.md b/doc/user/profile/account/delete_account.md index 0d7bbb0af79..304a7984191 100644 --- a/doc/user/profile/account/delete_account.md +++ b/doc/user/profile/account/delete_account.md @@ -23,7 +23,7 @@ Here's a list of things that will **not** be deleted: - Award emoji that the user created Instead of being deleted, these records will be moved to a system-wide -"Ghost User", whose sole purpose is to act as a container for such records. +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 a user is deleted from an [abuse report](../../admin_area/abuse_reports.md) or spam log, these associated records are not ghosted and will be removed, along with any groups the user |