diff options
author | Robert Speicher <robert@gitlab.com> | 2016-10-03 11:45:01 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-10-03 11:45:01 +0000 |
commit | 8c5701b622a12ebc79a88e65baaf29549c5be1da (patch) | |
tree | e29cb2579b1e8f4930b9132d8020879ef3b64851 /doc | |
parent | 71fe23c1bf7ec0cc875db3caf4f4046aa5f32c0f (diff) | |
parent | a09e1d3dda57323d8932b498a711928c98404005 (diff) | |
download | gitlab-ce-8c5701b622a12ebc79a88e65baaf29549c5be1da.tar.gz |
Merge branch 'fix/import-export-admin' into 'master'
Enable Import/Export for non-admin users
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/21315
Related https://gitlab.com/gitlab-org/gitlab-ce/issues/20857 and https://gitlab.com/gitlab-org/gitlab-ce/issues/20821/
See merge request !6080
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/settings/import_export.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/settings/import_export.md b/doc/user/project/settings/import_export.md index 445c0ee8333..65ed9fae4ec 100644 --- a/doc/user/project/settings/import_export.md +++ b/doc/user/project/settings/import_export.md @@ -7,7 +7,8 @@ > that of the exporter. > - For existing installations, the project import option has to be enabled in > application settings (`/admin/application_settings`) under 'Import sources'. -> You will have to be an administrator to enable and use the import functionality. +> Ask your administrator if you don't see the **GitLab export** button when +> creating a new project. > - You can find some useful raketasks if you are an administrator in the > [import_export](../../../administration/raketasks/project_import_export.md) > raketask. |