Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8e5366c1
Commit
8e5366c1
authored
Jul 13, 2020
by
Marcin Sedlak-Jakubowski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'remove-member-docs' into 'master'
Add "Remove member" docs See merge request gitlab-org/gitlab!36039
parents
8525a708
b70331f5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
0 deletions
+54
-0
doc/user/group/index.md
doc/user/group/index.md
+27
-0
doc/user/project/members/index.md
doc/user/project/members/index.md
+27
-0
No files found.
doc/user/group/index.md
View file @
8e5366c1
...
@@ -184,6 +184,33 @@ of a group:
...
@@ -184,6 +184,33 @@ of a group:
1.
Give a different member
**Owner**
permissions.
1.
Give a different member
**Owner**
permissions.
1.
Have the new owner sign in and remove
**Owner**
permissions from you.
1.
Have the new owner sign in and remove
**Owner**
permissions from you.
## Remove a member from the group
Only users with permissions of
[
Owner
](
../permissions.md#group-members-permissions
)
can manage
group members.
You can remove a member from the group if the given member has a direct membership in the group. If
membership is inherited from a parent group, then the member can be removed only from the parent
group itself.
When removing a member, you can decide whether to unassign the user from all issues and merge
requests they are currently assigned or leave the assignments as they are.
-
**Unassigning the removed member**
from all issues and merge requests might be helpful when a user
is leaving a private group and you wish to revoke their access to any issues and merge requests
they are assigned.
-
**Keeping the issues and merge requests assigned**
might be helpful for groups that accept public
contributions where a user doesn't have to be a member to be able to contribute to issues and
merge requests.
To remove a member from a group:
1.
In a group, go to
**{users}**
**Members**
.
1.
Click the
**Delete**
**{remove}**
button next to a group member you want to remove.
A
**Remove member**
modal appears.
1.
(Optional) Select the
**Also unassign this user from related issues and merge requests**
checkbox.
1.
Click
**Remove member**
.
## Changing the default branch protection of a group
## Changing the default branch protection of a group
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/7583) in GitLab 12.9.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/7583) in GitLab 12.9.
...
...
doc/user/project/members/index.md
View file @
8e5366c1
...
@@ -128,3 +128,30 @@ If you change your mind before your request is approved, just click the
...
@@ -128,3 +128,30 @@ If you change your mind before your request is approved, just click the
## Share project with group
## Share project with group
Alternatively, you can
[
share a project with an entire group
](
share_project_with_groups.md
)
instead of adding users one by one.
Alternatively, you can
[
share a project with an entire group
](
share_project_with_groups.md
)
instead of adding users one by one.
## Remove a member from the project
Only users with permissions of
[
Owner
](
../../permissions.md#group-members-permissions
)
can manage
project members.
You can remove a user from the project if the given member has a direct membership in the project.
If membership is inherited from a parent group, then the member can be removed only from the parent
group itself.
When removing a member, you can decide whether to unassign the user from all issues and merge
requests they are currently assigned or leave the assignments as they are.
-
**Unassigning the removed member**
from all issues and merge requests might be helpful when a user
is leaving a private project and you wish to revoke their access to any issues and merge requests
they are assigned.
-
**Keeping the issues and merge requests assigned**
might be helpful for projects that accept public
contributions where a user doesn't have to be a member to be able to contribute to issues and
merge requests.
To remove a member from a project:
1.
In a project, go to
**{users}**
**Members**
.
1.
Click the
**Delete**
**{remove}**
button next to a project member you want to remove.
A
**Remove member**
modal appears.
1.
(Optional) Select the
**Also unassign this user from related issues and merge requests**
checkbox.
1.
Click
**Remove member**
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment