diff options
author | Matt Penna <mpenna@gitlab.com> | 2019-09-12 02:58:07 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-09-12 02:58:07 +0000 |
commit | 1fea6cccd4993f200de05349c481a2404c0cb111 (patch) | |
tree | b801f2b337bfcb6c13a1c0f5ee1dc3b73bea60e3 /doc | |
parent | a52935fbd8132180f19fa27dc397c14087b5d936 (diff) | |
download | gitlab-ce-1fea6cccd4993f200de05349c481a2404c0cb111.tar.gz |
Docs: Clarified project membership terminology
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/members/index.md | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/doc/user/project/members/index.md b/doc/user/project/members/index.md index 21016dca358..2f8394eb104 100644 --- a/doc/user/project/members/index.md +++ b/doc/user/project/members/index.md @@ -68,22 +68,26 @@ invitation, change their access level, or even delete them. Once the user accepts the invitation, they will be prompted to create a new GitLab account using the same e-mail address the invitation was sent to. -## Request access to a project +## Project membership and requesting access -As a project owner you can enable or disable non members to request access to -your project. Go to the project settings and click on **Allow users to request access**. +Project owners can : -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 +- Allow non-members to request access to the project. +- Prevent non-members from requesting access. + +To configure this, go to the project settings and click on **Allow users to request access**. + +GitLab users can request to become 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. ![Request access button](img/request_access_button.png) -Once access is requested: +After access is requested: -- Up to ten project maintainers are notified of your request via email. +- Up to ten project maintainers are notified of the request via email. Email is sent to the most recently active project maintainers. -- Any project maintainer can approve or decline your request on the members page. +- Any project maintainer can approve or decline the request on the members page. NOTE: **Note:** If a project does not have any maintainers, the notification is sent to the |