Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-08-29 10:46:05 +0300
committerJames Lopez <james@jameslopez.es>2016-10-03 11:53:18 +0300
commita09e1d3dda57323d8932b498a711928c98404005 (patch)
tree4e85059dd638a59ae80c25db01aa5415c7727bf3 /doc
parent7134599860651cc0f502581c97853a26f2fb4471 (diff)
Enable import/export back for non-admins
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/settings/import_export.md3
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.