summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2019-08-30 15:09:11 +0000
committerMichael Kozono <mkozono@gmail.com>2019-08-30 15:09:11 +0000
commita0a6a2fd89bcc9bd16c9d00dee2076eb2169968e (patch)
tree56c6e5ff8272129fa2f675cd6724e533b7338f0b
parent7274362a1e043079908eea0ad50ef54e2e7b9a83 (diff)
parent231b68a8818c4ed938ae471fd67eee0a6a196602 (diff)
downloadgitlab-ce-a0a6a2fd89bcc9bd16c9d00dee2076eb2169968e.tar.gz
Merge branch '12874-extend-group-ip-restriction-to-command-line-ce-docs' into 'master'
Extend group IP restriction to command line -docs update - backport See merge request gitlab-org/gitlab-ce!32151
-rw-r--r--doc/user/group/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md
index 403071f2513..43721c531e4 100644
--- a/doc/user/group/index.md
+++ b/doc/user/group/index.md
@@ -346,7 +346,7 @@ Add one or more whitelisted IP subnets using CIDR notation in comma separated fo
coming from a different IP address won't be able to access the restricted
content.
-Restriction currently applies to UI, API access is not restricted.
+Restriction currently applies to UI and API access, Git actions via ssh are not restricted.
To avoid accidental lock-out, admins and group owners are are able to access
the group regardless of the IP restriction.