summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-10-28 13:37:46 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-10-28 13:37:46 +0000
commit52ac3ff1c00cb47cf12e445dbfa0445e5fca625b (patch)
treeccdfa4494b4bb2f7ea7e612f595becde634c4382
parentb6d1d25d43fc562fd3a05ae67da7de01f7d36206 (diff)
parent910c2a50ef59b4233f6d3903f5c0e980b5e9ab7f (diff)
downloadgitlab-ce-52ac3ff1c00cb47cf12e445dbfa0445e5fca625b.tar.gz
Merge branch 'fix_permission_doc' into 'master'
Fixed the permission doc The guest users was missing "Pull project code" and "Download project". /cc @axil See merge request !1695
-rw-r--r--doc/permissions/permissions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/permissions/permissions.md b/doc/permissions/permissions.md
index 7a6a1958445..8d4c2ceab7d 100644
--- a/doc/permissions/permissions.md
+++ b/doc/permissions/permissions.md
@@ -15,8 +15,8 @@ documentation](doc/workflow/add-user/add-user.md).
|---------------------------------------|---------|------------|-------------|----------|--------|
| Create new issue | ✓ | ✓ | ✓ | ✓ | ✓ |
| Leave comments | ✓ | ✓ | ✓ | ✓ | ✓ |
-| Pull project code | | ✓ | ✓ | ✓ | ✓ |
-| Download project | | ✓ | ✓ | ✓ | ✓ |
+| Pull project code | ✓ | ✓ | ✓ | ✓ | ✓ |
+| Download project | ✓ | ✓ | ✓ | ✓ | ✓ |
| Create code snippets | | ✓ | ✓ | ✓ | ✓ |
| Manage issue tracker | | ✓ | ✓ | ✓ | ✓ |
| Manage labels | | ✓ | ✓ | ✓ | ✓ |