diff options
author | mac-key <juliuskvedaras@yahoo.ie> | 2019-08-14 10:52:28 +0100 |
---|---|---|
committer | mac-key <juliuskvedaras@yahoo.ie> | 2019-08-14 10:52:28 +0100 |
commit | edd184d238f33cac465667a8f66e0e6e537ba6b0 (patch) | |
tree | caebf2651d89050cccc45268bb338ffa27abb5f5 /doc | |
parent | d1e80af6035d6f726cb75dde00b6a6bde256b5a3 (diff) | |
download | gitlab-ce-edd184d238f33cac465667a8f66e0e6e537ba6b0.tar.gz |
Add guest user clarification
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/permissions.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/permissions.md b/doc/user/permissions.md index 1d457099ebc..636c73004cd 100644 --- a/doc/user/permissions.md +++ b/doc/user/permissions.md @@ -233,6 +233,16 @@ nested groups if you have membership in one of its parents. To learn more, read through the documentation on [subgroups memberships](group/subgroups/index.md#membership). +## Guest User + +There is no specific way to assign guest user role. Once a user is created and +assigned to a project with a role as `Guest` user, this user will be considered +a guest user by GitLab and will not take up the license. If this user will be +assigned a higher role to any of the projects and groups then this user will +take a license seat. If a user creates a project this user becomes a maintainer, +therefore, takes up a license seat as well, in order to prevent this you have to +go and edit user profile and mark the user as External. + ## External users permissions In cases where it is desired that a user has access only to some internal or |