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
conformation 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 conformation mails? I already tried to set email_enabled: false in gitlab.yml but it didn’t work.
It should work without me having to interfere manually in the signup process.
This is a significant issue. The entire reason I’m interested in using GitLab is to run an instance on an internal (not-internet-connected) network, and this requirement for sending/receiving email is a complete show-stopper.
Also extremely need this. Do not want to use email for this at all. Would be satisfied if the confirmation was configurable to be disabled. Also an option with Telegram confirmation instead of email was available.