Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCesar Apodaca <cesarapodaca@live.com.mx>2017-12-15 21:56:39 +0300
committerRémy Coutable <remy@rymai.me>2017-12-15 21:56:39 +0300
commite9c11ca3d8cbb7ef1f9860a7462401935f8e93e7 (patch)
treeb1126bf4da1f172b1d04f31971e71ae9a9332133
parent24196763567b61e49721241f05cb1380fba1372e (diff)
fix issue #39843 Incorrect guidance stating blocked users will be removed from groups and projects as members
-rw-r--r--app/views/admin/users/show.html.haml1
-rw-r--r--changelogs/unreleased/remove-incorrect-guidance.yml6
2 files changed, 6 insertions, 1 deletions
diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml
index 98ff592eb64..63c5a15de1c 100644
--- a/app/views/admin/users/show.html.haml
+++ b/app/views/admin/users/show.html.haml
@@ -157,7 +157,6 @@
%ul
%li User will not be able to login
%li User will not be able to access git repositories
- %li User will be removed from joined projects and groups
%li Personal projects will be left
%li Owned groups will be left
%br
diff --git a/changelogs/unreleased/remove-incorrect-guidance.yml b/changelogs/unreleased/remove-incorrect-guidance.yml
new file mode 100644
index 00000000000..eeb5745698f
--- /dev/null
+++ b/changelogs/unreleased/remove-incorrect-guidance.yml
@@ -0,0 +1,6 @@
+---
+title: Removed incorrect guidance stating blocked users will be removed from groups
+ and project as members
+merge_request: 15947
+author: CesarApodaca
+type: fixed