diff options
author | karen Carias <karen@gitlab.com> | 2015-08-03 15:51:09 -0700 |
---|---|---|
committer | karen Carias <karen@gitlab.com> | 2015-08-03 15:51:09 -0700 |
commit | 28cc6d9b9860fb38fc68d05c40d552d3a46e7ac8 (patch) | |
tree | 8283590094dc8dc81d8e9c9cb938d9088c9a3635 /doc | |
parent | e70901abe76b07d7d08c6687ec746ac0491ddf26 (diff) | |
download | gitlab-ce-28cc6d9b9860fb38fc68d05c40d552d3a46e7ac8.tar.gz |
text fixed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/permissions/permissions.md | 2 | ||||
-rw-r--r-- | doc/workflow/add-user/add-user.md | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/permissions/permissions.md b/doc/permissions/permissions.md index 029d446640d..7a6a1958445 100644 --- a/doc/permissions/permissions.md +++ b/doc/permissions/permissions.md @@ -6,7 +6,7 @@ If a user is both in a project group and in the project itself, the highest perm If a user is a GitLab administrator they receive all permissions. -To add or import a user or member, you can follow the [project users and members +To add or import a user, you can follow the [project users and members documentation](doc/workflow/add-user/add-user.md). ## Project diff --git a/doc/workflow/add-user/add-user.md b/doc/workflow/add-user/add-user.md index 58f7bd0a5ce..8c9b4f72631 100644 --- a/doc/workflow/add-user/add-user.md +++ b/doc/workflow/add-user/add-user.md @@ -1,13 +1,13 @@ -# Project users and members +# Project users -You can add or import users to your projects. You can also give them different access -levels. +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. +Here's how to add or import users to your projects. -To add or import a user, go to your project and click on "Members" on the left side -of your screen: +You should have 'master' or 'owner' permissions to add or import a new user +to your project. + +To add or import a user, go to your project and click on "Members" on the left side of your screen: ![Members](images/members.png) |