diff options
author | Manoj MJ <mmj@gitlab.com> | 2019-08-30 21:30:51 +0000 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-08-30 21:30:51 +0000 |
commit | b943baa42a5365bd6377022223f66db9af58da33 (patch) | |
tree | 60baf4cdcce1176d6a92ede78000a42e3d46d288 /doc/user | |
parent | 663b7bb4771f3261d7451b6e1d74c778fd0e3589 (diff) | |
download | gitlab-ce-b943baa42a5365bd6377022223f66db9af58da33.tar.gz |
Limit access request email to 10 most recently active owners/maintainers
This change limits the number of emails
for new access requests notifications to
10 most recently active owners/maintainers
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/group/index.md | 7 | ||||
-rw-r--r-- | doc/user/project/members/index.md | 11 |
2 files changed, 14 insertions, 4 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md index 43721c531e4..86fb7533e70 100644 --- a/doc/user/group/index.md +++ b/doc/user/group/index.md @@ -150,8 +150,11 @@ side of your screen. ![Request access button](img/request_access_button.png) -Group owners and maintainers will be notified of your request and will be able to approve or -decline it on the members page. +Once access is requested: + +- Up to ten group owners are notified of your request via email. + Email is sent to the most recently active group owners. +- Any group owner can approve or decline your request on the members page. ![Manage access requests](img/access_requests_management.png) diff --git a/doc/user/project/members/index.md b/doc/user/project/members/index.md index e343fd45488..21016dca358 100644 --- a/doc/user/project/members/index.md +++ b/doc/user/project/members/index.md @@ -79,8 +79,15 @@ side of your screen. ![Request access button](img/request_access_button.png) -Project owners & maintainers will be notified of your request and will be able to approve or -decline it on the members page. +Once access is requested: + +- Up to ten project maintainers are notified of your 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. + +NOTE: **Note:** +If a project does not have any maintainers, the notification is sent to the +most recently active owners of the project's group. ![Manage access requests](img/access_requests_management.png) |