diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-25 00:08:11 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-25 00:08:11 +0000 |
commit | 23bc19cb73aad969c9636b8b935111645e809e54 (patch) | |
tree | 887c9e014f8345f577769db4f75315ca59853b98 /doc/api | |
parent | c4db541c1b2c97ab1eda354ea3899489fe5c33e5 (diff) | |
download | gitlab-ce-23bc19cb73aad969c9636b8b935111645e809e54.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/group_import_export.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/group_import_export.md b/doc/api/group_import_export.md index 039f81a18d0..50e8bd9dcf2 100644 --- a/doc/api/group_import_export.md +++ b/doc/api/group_import_export.md @@ -94,3 +94,5 @@ Note the following: to allow project imports into the desired group structure. - Imported groups are given a `private` visibility level, unless imported into a parent group. - If imported into a parent group, subgroups will inherit a similar level of visibility, unless otherwise restricted. +- To preserve the member list and their respective permissions on imported groups, + review the users in these groups. Make sure these users exist before importing the desired groups. |