0

I don't prefer to allow sign up to anyone in private gitlab instance until explicitly invited to projects in gitlab.

Is there any way to allow only those users to sign up to whom you send the invitation?

cheers, ijaz

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Ijaz Ahmad
  • 11,198
  • 9
  • 53
  • 73

2 Answers2

0

You can disable sign up, but you (as admin) would have to sign them up.

I'm not aware of any e-mail invitation system.

Andres

  • yes you can invite users to your project , if if sign up is not enabled they will not be able to sign up and join . but if you enable sign up , everyone including those that are not invited , will be able to sign up which I dont want – Ijaz Ahmad Jun 06 '18 at 13:49
0

If you use LDAP or OmniAuth, you can block auto created users, and then you'd have only need to unblock each user you would like to allow.
(Note: you'd have to configure OmniAuth or LDAP)

John
  • 453
  • 3
  • 12