diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-09-21 14:26:21 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-09-21 14:26:21 +0000 |
commit | a4a7c5316ca9700ec88c24da6b737f47b5cfc61e (patch) | |
tree | 6e46f7c7141c117ac8aa07fb407842969715e250 | |
parent | 6afe9191a75edca63d1fd926fe459a6089436f77 (diff) | |
parent | 9ebee693d40704459d27e9f5199b6fe121b69224 (diff) | |
download | gitlab-ce-a4a7c5316ca9700ec88c24da6b737f47b5cfc61e.tar.gz |
Merge branch 'patch-28' into 'master'
Add note about projects when user is deleted
See merge request gitlab-org/gitlab-ce!21843
-rw-r--r-- | doc/user/profile/account/delete_account.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/profile/account/delete_account.md b/doc/user/profile/account/delete_account.md index 910bd20f882..49f0ce2cd79 100644 --- a/doc/user/profile/account/delete_account.md +++ b/doc/user/profile/account/delete_account.md @@ -1,5 +1,8 @@ # Deleting a User Account +NOTE: **Note:** +Deleting a user will delete all projects in that user namespace. + - As a user, you can delete your own account by navigating to **Settings** > **Account** and selecting **Delete account** - 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** |