diff options
author | Felipe Artur <felipefac@gmail.com> | 2016-07-15 18:46:29 -0300 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-07-20 14:38:21 +0200 |
commit | 4d69cb9d9460f9805bfc1f34ca3a600f54804167 (patch) | |
tree | d252ca69044d640cdc4d5253a00552ec5e90d5cc /doc/workflow | |
parent | a920bf3834e870dbc1afabb043c962d26a9c9664 (diff) | |
download | gitlab-ce-4d69cb9d9460f9805bfc1f34ca3a600f54804167.tar.gz |
Allow to disable user request access to groups/projects
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/add-user/add-user.md | 3 | ||||
-rw-r--r-- | doc/workflow/groups.md | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/workflow/add-user/add-user.md b/doc/workflow/add-user/add-user.md index 0537ce0bcd4..53d9750d4d3 100644 --- a/doc/workflow/add-user/add-user.md +++ b/doc/workflow/add-user/add-user.md @@ -90,6 +90,9 @@ GitLab account using the same e-mail address the invitation was sent to. ## Request access to a project +As project owner you can enable or disable non members to request access to +your project. Go to project settings and click on **allow users to request access** + As a user, you can request to be a member of a project. Go to the project you'd like to be a member of, and click the **Request Access** button on the right side of your screen. diff --git a/doc/workflow/groups.md b/doc/workflow/groups.md index 9b50286b179..f56de4f3f25 100644 --- a/doc/workflow/groups.md +++ b/doc/workflow/groups.md @@ -53,6 +53,9 @@ If necessary, you can increase the access level of an individual user for a spec ## Requesting access to a group +As group owner you can enable or disable non members to request access to +your group. Go to group settings and click on **allow users to request access** + As a user, you can request to be a member of a group. Go to the group you'd like to be a member of, and click the **Request Access** button on the right side of your screen. |