mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-13 13:31:19 +00:00
added new doc about adding users and members
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
- [Notification emails](notifications.md)
|
||||
- [Project Features](project_features.md)
|
||||
- [Project forking workflow](forking_workflow.md)
|
||||
- [Project users and members](add-user/add-user.md)
|
||||
- [Protected branches](protected_branches.md)
|
||||
- [Web Editor](web_editor.md)
|
||||
- ["Work In Progress" Merge Requests](wip_merge_requests.md)
|
||||
|
25
doc/workflow/add-user/add-user.md
Normal file
25
doc/workflow/add-user/add-user.md
Normal file
@ -0,0 +1,25 @@
|
||||
# Project Users and Members
|
||||
|
||||
You can add or import members to your projects. You can also give them different access
|
||||
levels.
|
||||
|
||||
You should have 'master' or 'owner' permissions to add or import a new member to your
|
||||
project.
|
||||
|
||||
To add or import a new member, go to your project and click on "Members" on the left side
|
||||
of your screen:
|
||||
|
||||

|
||||
|
||||
Select "Add members" or "Import members" on the right side of your screen:
|
||||
|
||||

|
||||
|
||||
If you are adding a member, select the user and the [permission level](doc/permissions/permissions.md) that you'd like to
|
||||
give the member:
|
||||
|
||||

|
||||
|
||||
If you are importing a member, follow the steps to select the project where you'd like to import the user from.
|
||||
|
||||

|
BIN
doc/workflow/add-user/images/add-members.png
Normal file
BIN
doc/workflow/add-user/images/add-members.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
doc/workflow/add-user/images/members.png
Normal file
BIN
doc/workflow/add-user/images/members.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
BIN
doc/workflow/add-user/images/new-member.png
Normal file
BIN
doc/workflow/add-user/images/new-member.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
doc/workflow/add-user/images/select-project.png
Normal file
BIN
doc/workflow/add-user/images/select-project.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Reference in New Issue
Block a user