added new doc about adding users and members

This commit is contained in:
karen Carias
2015-07-30 13:20:10 -07:00
parent 25d9a7f506
commit 168f10feba
7 changed files with 29 additions and 0 deletions

View File

@ -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)

View 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:
![Members](images/members.png)
Select "Add members" or "Import members" on the right side of your screen:
![Add or Import](images/add-members.png)
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:
![Add or Import](images/new-member.png)
If you are importing a member, follow the steps to select the project where you'd like to import the user from.
![Add or Import](images/select-project.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB