summaryrefslogtreecommitdiff
path: root/doc/workflow
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-08-14 15:00:09 -0300
committerMarcia Ramos <virtua.creative@gmail.com>2017-08-14 15:00:09 -0300
commitf325056126c6d9fb261346ee830a82acf4b4702d (patch)
tree9b1c273273b4b8c4928421f1dbecd5583052e437 /doc/workflow
parenta64760d6d0a9bc0ce0747de349d37f3c46a1c221 (diff)
downloadgitlab-ce-f325056126c6d9fb261346ee830a82acf4b4702d.tar.gz
move doc from /workflow/ to /project/
fix the file tree
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/add-user/add-user.md115
-rw-r--r--doc/workflow/add-user/img/access_requests_management.pngbin11018 -> 0 bytes
-rw-r--r--doc/workflow/add-user/img/add_new_user_to_project_settings.pngbin11046 -> 0 bytes
-rw-r--r--doc/workflow/add-user/img/add_user_email_accept.pngbin16890 -> 0 bytes
-rw-r--r--doc/workflow/add-user/img/add_user_email_ready.pngbin28171 -> 0 bytes
-rw-r--r--doc/workflow/add-user/img/add_user_email_search.pngbin29628 -> 0 bytes
-rw-r--r--doc/workflow/add-user/img/add_user_give_permissions.pngbin36619 -> 0 bytes
-rw-r--r--doc/workflow/add-user/img/add_user_import_members_from_another_project.pngbin25343 -> 0 bytes
-rw-r--r--doc/workflow/add-user/img/add_user_imported_members.pngbin25398 -> 0 bytes
-rw-r--r--doc/workflow/add-user/img/add_user_list_members.pngbin16916 -> 0 bytes
-rw-r--r--doc/workflow/add-user/img/add_user_members_menu.pngbin28994 -> 0 bytes
-rw-r--r--doc/workflow/add-user/img/add_user_search_people.pngbin25368 -> 0 bytes
-rw-r--r--doc/workflow/add-user/img/request_access_button.pngbin25281 -> 0 bytes
-rw-r--r--doc/workflow/add-user/img/withdraw_access_request_button.pngbin26135 -> 0 bytes
14 files changed, 1 insertions, 114 deletions
diff --git a/doc/workflow/add-user/add-user.md b/doc/workflow/add-user/add-user.md
index e541111d7b3..35cc080d2b7 100644
--- a/doc/workflow/add-user/add-user.md
+++ b/doc/workflow/add-user/add-user.md
@@ -1,114 +1 @@
-# Project users
-
-You can manage the groups and users and their access levels in all of your
-projects. You can also personalize the access level you give each user,
-per-project.
-
-You should have `master` or `owner` permissions to add or import a new user
-to your project.
-
-The first step to add or import a user, go to your project and click on
-**Members** in the drop-down menu on the right side of your screen.
-
-![Members](img/add_user_members_menu.png)
-
----
-
-## Add a user
-
-Right next to **People**, start typing the name or username of the user you
-want to add.
-
-![Search for people](img/add_user_search_people.png)
-
----
-
-Select the user and the [permission level](../../user/permissions.md)
-that you'd like to give the user. Note that you can select more than one user.
-
-![Give user permissions](img/add_user_give_permissions.png)
-
----
-
-Once done, hit **Add users to project** and they will be immediately added to
-your project with the permissions you gave them above.
-
-![List members](img/add_user_list_members.png)
-
----
-
-From there on, you can either remove an existing user or change their access
-level to the project.
-
-## Import users from another project
-
-You can import another project's users in your own project by hitting the
-**Import members** button on the upper right corner of the **Members** menu.
-
-In the dropdown menu, you can see only the projects you are Master on.
-
-![Import members from another project](img/add_user_import_members_from_another_project.png)
-
----
-
-Select the one you want and hit **Import project members**. A flash message
-notifying you that the import was successful will appear, and the new members
-are now in the project's members list. Notice that the permissions that they
-had on the project you imported from are retained.
-
-![Members list of new members](img/add_user_imported_members.png)
-
----
-
-## Invite people using their e-mail address
-
-If a user you want to give access to doesn't have an account on your GitLab
-instance, you can invite them just by typing their e-mail address in the
-user search field.
-
-![Invite user by mail](img/add_user_email_search.png)
-
----
-
-As you can imagine, you can mix inviting multiple people and adding existing
-GitLab users to the project.
-
-![Invite user by mail ready to submit](img/add_user_email_ready.png)
-
----
-
-Once done, hit **Add users to project** and watch that there is a new member
-with the e-mail address we used above. From there on, you can resend the
-invitation, change their access level or even delete them.
-
-![Invite user members list](img/add_user_email_accept.png)
-
----
-
-Once the user accepts the invitation, they will be prompted to create a new
-GitLab account using the same e-mail address the invitation was sent to.
-
-## Request access to a project
-
-As a project owner you can enable or disable non members to request access to
-your project. Go to the project settings and click on **Allow users to request access**.
-
-As a user, you can request to be a member of a project. Go to the project you'd
-like to be a member of, and click the **Request Access** button on the right
-side of your screen.
-
-![Request access button](img/request_access_button.png)
-
----
-
-Project owners & masters will be notified of your request and will be able to approve or
-decline it on the members page.
-
-![Manage access requests](img/access_requests_management.png)
-
----
-
-If you change your mind before your request is approved, just click the
-**Withdraw Access Request** button.
-
-![Withdraw access request button](img/withdraw_access_request_button.png)
+This document was moved to [../../user/project/members/index.md](../../user/project/members/index.md)
diff --git a/doc/workflow/add-user/img/access_requests_management.png b/doc/workflow/add-user/img/access_requests_management.png
deleted file mode 100644
index 3693bed869b..00000000000
--- a/doc/workflow/add-user/img/access_requests_management.png
+++ /dev/null
Binary files differ
diff --git a/doc/workflow/add-user/img/add_new_user_to_project_settings.png b/doc/workflow/add-user/img/add_new_user_to_project_settings.png
deleted file mode 100644
index 40db600455f..00000000000
--- a/doc/workflow/add-user/img/add_new_user_to_project_settings.png
+++ /dev/null
Binary files differ
diff --git a/doc/workflow/add-user/img/add_user_email_accept.png b/doc/workflow/add-user/img/add_user_email_accept.png
deleted file mode 100644
index 763b3ff463d..00000000000
--- a/doc/workflow/add-user/img/add_user_email_accept.png
+++ /dev/null
Binary files differ
diff --git a/doc/workflow/add-user/img/add_user_email_ready.png b/doc/workflow/add-user/img/add_user_email_ready.png
deleted file mode 100644
index 0066eb3427b..00000000000
--- a/doc/workflow/add-user/img/add_user_email_ready.png
+++ /dev/null
Binary files differ
diff --git a/doc/workflow/add-user/img/add_user_email_search.png b/doc/workflow/add-user/img/add_user_email_search.png
deleted file mode 100644
index 66bcd6aad80..00000000000
--- a/doc/workflow/add-user/img/add_user_email_search.png
+++ /dev/null
Binary files differ
diff --git a/doc/workflow/add-user/img/add_user_give_permissions.png b/doc/workflow/add-user/img/add_user_give_permissions.png
deleted file mode 100644
index 376a3eefccc..00000000000
--- a/doc/workflow/add-user/img/add_user_give_permissions.png
+++ /dev/null
Binary files differ
diff --git a/doc/workflow/add-user/img/add_user_import_members_from_another_project.png b/doc/workflow/add-user/img/add_user_import_members_from_another_project.png
deleted file mode 100644
index 0c32001098e..00000000000
--- a/doc/workflow/add-user/img/add_user_import_members_from_another_project.png
+++ /dev/null
Binary files differ
diff --git a/doc/workflow/add-user/img/add_user_imported_members.png b/doc/workflow/add-user/img/add_user_imported_members.png
deleted file mode 100644
index 51fd7688890..00000000000
--- a/doc/workflow/add-user/img/add_user_imported_members.png
+++ /dev/null
Binary files differ
diff --git a/doc/workflow/add-user/img/add_user_list_members.png b/doc/workflow/add-user/img/add_user_list_members.png
deleted file mode 100644
index e0fa404288d..00000000000
--- a/doc/workflow/add-user/img/add_user_list_members.png
+++ /dev/null
Binary files differ
diff --git a/doc/workflow/add-user/img/add_user_members_menu.png b/doc/workflow/add-user/img/add_user_members_menu.png
deleted file mode 100644
index 8e61d15fe65..00000000000
--- a/doc/workflow/add-user/img/add_user_members_menu.png
+++ /dev/null
Binary files differ
diff --git a/doc/workflow/add-user/img/add_user_search_people.png b/doc/workflow/add-user/img/add_user_search_people.png
deleted file mode 100644
index 41767a9167c..00000000000
--- a/doc/workflow/add-user/img/add_user_search_people.png
+++ /dev/null
Binary files differ
diff --git a/doc/workflow/add-user/img/request_access_button.png b/doc/workflow/add-user/img/request_access_button.png
deleted file mode 100644
index 608baccb0ca..00000000000
--- a/doc/workflow/add-user/img/request_access_button.png
+++ /dev/null
Binary files differ
diff --git a/doc/workflow/add-user/img/withdraw_access_request_button.png b/doc/workflow/add-user/img/withdraw_access_request_button.png
deleted file mode 100644
index 6edd786b151..00000000000
--- a/doc/workflow/add-user/img/withdraw_access_request_button.png
+++ /dev/null
Binary files differ