Enable user sign up in Omnibus GitLab -
After following the instructions I have installed gitlab-omnibus on the Ubuntu server, it works fine, but now I I want to give permission to sign up
Each result mentions editing the gitlab.yml file, the problem is that my file is not at all, I only try Gitlab.rb
I try to add Key:
but that was not working
In the admin dashboard I Listed between incompetent facilities, what should I do
How can I enable it in this matter?
I do not regenerate what I see.
verb:
-
gitlab_rails ['gitlab_signup_enabled'] = true
to/etc/gitlab/gitlab.rb
- Run
P >
Sudo GRP signup /var/opt/gitlab/gitlab-rails/etc/gitlab.yml
is calledsignup_enabled: true
.Let me file this by looking at the output of
gitlab-ctl reconfigure
, orlocate
.What does this mean for you? If you edit it in
signup_enabled: true
and runsudo gitlab-ctl restart
then does it not work?
Comments
Post a Comment