Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add users to group in GitLab

Tags:

gitlab

I am filled with chagrin having to ask this, but I can't figure out how to add users in GitLab. I get to the screen where it allows me to add new members as follows:

From my Group page -> click the 'members' icon on the toolbar along the left edge -> click 'Add Members' expando button -> enter username in 'Find existing member by name' or 'People' fields and get no results.

The 'People' field auto-populates with a bunch of names I don't recognize. But won't let me find a user who has registered by username or actual name. Am I missing something?

like image 773
lintmouse Avatar asked Feb 25 '15 01:02

lintmouse


People also ask

How do GitLab groups work?

In GitLab, you use groups to manage one or more related projects at the same time. You can use groups to manage permissions for your projects. If someone has access to the group, they get access to all the projects in the group.

What is difference between group and project in GitLab?

Projects are where you'll do most of your work in GitLab. Create a group: GitLab's groups let you bunch projects together. This not only helps you organize your projects, but you can grant access to multiple projects more quickly.

What is group and subgroup in GitLab?

With GitLab Groups you can assemble related projects together and grant members access to several projects at once. A subgroup, also known as nested group or hierarchical group, is essentially a group within a group. It has the same features a top-level group has, with some limitations.

Can a maintainer add members in GitLab?

Maintainers/owners are not able to invite members to groups or projects. Only a superuser/administrator is able to see the invitation window and invite new members.


2 Answers

What version? These instructions are for gitlab community edition on ubuntu; the deb was named gitlab_7.4.3-omnibus.5.1.0.ci-1_amd64:

  1. Login
  2. Click the gears icon (top right) to enter the Admin area
  3. Click the Groups link (top center) to enter the Groups page
  4. Click the name of the group you wish to extend ("Mygroup")
  5. Look at the right side of the screen; if you have the right privs you should see "Add user(s) to the group:"
  6. Type the first few letters of the user name into the box, a drop-down should appear so you can select the user.

HTH

like image 156
chrisinmtown Avatar answered Oct 22 '22 08:10

chrisinmtown


GitLab Changed a lot since then, the option for adding members

1.Click the Group 2.In Left pane, Select option Group Information 3.Select Members

enter image description here

like image 7
DevGo Avatar answered Oct 22 '22 09:10

DevGo