signin_enabled: false has no effect on GitLab 7.7.1
Closed
signin_enabled: false has no effect on GitLab 7.7.1
Created by: JonathonReinhart
I'm using GitLab 7.7.1 omnibus, and want to force LDAP sign-in.
I've edited /etc/gitlab/gitlab.rb
and specified gitlab_rails['signin_enabled'] = false
, and re-configured. Indeed, I see that /opt/gitlab/embedded/service/gitlab-rails/config/gitlab.yml
has the line signin_enabled: false
, as expected.
However, after restarting GitLab (with gitlab-ctl restart
), I still see the normal sign-in tab on the sign-in page, (along with LDAP sign-in). I was expecting only the LDAP sign-in tab to be present.
Created by: JonathonReinhart
I'm not seeing that. I have signup disabled successfully. On Jan 30, 2015 6:25 AM, "thwfreak" notifications@github.com wrote:
Same problem with gitlab_rails['gitlab_signup_enabled'] = false
— Reply to this email directly or view it on GitHub https://github.com/gitlabhq/gitlabhq/issues/8689#issuecomment-72187649.
By Administrator on 2015-01-30T13:14:22 (imported from GitLab project)
Created by: silicht
Hmm... what did you do exactly? With
gitlab_rails['gitlab_signup_enabled'] = false
there issignup_enabled: false
in/var/opt/gitlab/gitlab-rails/etc/gitlab.yml
. Also I reconfigured and restartet withgitlab-ctl
, but the Signup form is allready in the front page.By Administrator on 2015-01-30T13:51:34 (imported from GitLab project)
Created by: arif-ali
See #8648 (closed)
You now have to do it from the Admin settings page
By Administrator on 2015-01-30T16:12:19 (imported from GitLab project)
Created by: JonathonReinhart
Yes, I agree. Both "signup" and "signin" have entries in the GUI now. On Jan 31, 2015 2:11 PM, "Nathan Neulinger" notifications@github.com wrote:
That option should probably be removed entirely from the config since it doesn't seem to have any effect.
— Reply to this email directly or view it on GitHub https://github.com/gitlabhq/gitlabhq/issues/8689#issuecomment-72331341.
By Administrator on 2015-01-31T19:19:23 (imported from GitLab project)