summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-12-15 18:56:41 +0000
committerRémy Coutable <remy@rymai.me>2017-12-15 18:56:41 +0000
commit95f5a525b5a729725d6b559101026b8f39c9c39d (patch)
treeb1126bf4da1f172b1d04f31971e71ae9a9332133
parent24196763567b61e49721241f05cb1380fba1372e (diff)
parente9c11ca3d8cbb7ef1f9860a7462401935f8e93e7 (diff)
downloadgitlab-ce-95f5a525b5a729725d6b559101026b8f39c9c39d.tar.gz
Merge branch 'master' into 'master'
fix issue #39843 Incorrect guidance stating blocked users will be removed from groups and projects as members Closes #39843 See merge request gitlab-org/gitlab-ce!15947
-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