Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

gitlab signup users without email confirmation

Tags:

gitlab

I want to setup a gitlab instance for internal use. Since the instance can only be reached over a local network I haven't setup the email setup. Unfortunately gitlab still wants to sent new users confirmation emails with a temporary password, but they never receive this email.

Is there a way to configure gitlab so that it doesn't send these confirmation mails? I already tried to set email_enabled: false in gitlab.yml but it didn't work.

Update:

It should work without me having to interfere manually in the signup process.

like image 914
Max Linke Avatar asked Apr 17 '15 16:04

Max Linke


People also ask

How does GitLab verify email?

Click on Logs . Ensure that mg.gitlab.com is set as the domain above the activity graph. Enter the email address to be checked into the search bar, search, and then scan the results to see if mail is being delivered to that address. If email is delayed, respond to the user and ask them to wait.

What is the default username and password for GitLab?

GitLab's administration interface is accessed over the web. Simply point your browser to the hostname or IP address where GitLab is installed, and log in as an admin user. The default username is [email protected] , and the default password is 5iveL! fe (which you will be prompted to change as soon as you enter it).


1 Answers

Admin can confirm user manually!

  1. Login gitlab with admin account and create a new user (Mini), ignore password.
  2. Admin area ---> users ---> edit Mini user ---> set password.
  3. User Mini can login gitlab.
like image 170
fasno Avatar answered Oct 04 '22 12:10

fasno