diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-08-15 19:52:34 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-08-15 19:52:34 +0000 |
commit | 966b303802e12204f5d32af24b13bd0ceb5342a1 (patch) | |
tree | 52167d245f89e872b757bdfe868327ba76acae19 /doc | |
parent | 6af598fc173bd0f7cd4237fa3e60d223103301a3 (diff) | |
parent | 30f9596c612abc19dd060fa3a8e8ae3d92001d45 (diff) | |
download | gitlab-ce-966b303802e12204f5d32af24b13bd0ceb5342a1.tar.gz |
Merge branch 'fix/import-permissions' into 'master'
Set permissions to admin for importing a project via Import/Export
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/20802
In order to import a project, it is now required to be an admin
Moved from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5766
See merge request !1983
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/settings/import_export.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/user/project/settings/import_export.md b/doc/user/project/settings/import_export.md index 2513def49a4..08ff89ce6ae 100644 --- a/doc/user/project/settings/import_export.md +++ b/doc/user/project/settings/import_export.md @@ -7,8 +7,7 @@ > than that of the exporter. > - For existing installations, the project import option has to be enabled in > application settings (`/admin/application_settings`) under 'Import sources'. -> Ask your administrator if you don't see the **GitLab export** button when -> creating a new project. +> You will have to be an administrator to enable and use the import functionality. > - You can find some useful raketasks if you are an administrator in the > [import_export](../../../administration/raketasks/project_import_export.md) > raketask. |