[go: up one dir, main page]

Doc/integration/omniauth.md documentation has bad sample config

The documentation states that gitlab_rails['block_auto_created_users'] = true will work... but it's missing the omniauth component. It should be

gitlab_rails['omniauth_block_auto_created_users'] = true

Even once thats done sudo gitlab-ctl reconfigure wasn't enough, it seemed to require a full server restart, which is strange.