summaryrefslogtreecommitdiff
path: root/doc/integration/omniauth.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-24 00:09:02 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-24 00:09:02 +0000
commit2ed3b0abccc8de391f1a9de2bc5785d3e0f5b018 (patch)
treefd6a1c298cb159656c72d622d5844fb55e191913 /doc/integration/omniauth.md
parent9083509f2f0e424b1d53cca4877d994d2050562b (diff)
downloadgitlab-ce-2ed3b0abccc8de391f1a9de2bc5785d3e0f5b018.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/omniauth.md')
-rw-r--r--doc/integration/omniauth.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/integration/omniauth.md b/doc/integration/omniauth.md
index 286d06d52a8..c75a2a90c2a 100644
--- a/doc/integration/omniauth.md
+++ b/doc/integration/omniauth.md
@@ -80,9 +80,6 @@ To change these settings:
and change:
```ruby
- # Versions prior to 11.4 require this to be set to true
- # gitlab_rails['omniauth_enabled'] = nil
-
# CAUTION!
# This allows users to login without having a user account first. Define the allowed providers
# using an array, e.g. ["saml", "twitter"], or as true/false to allow all providers or none.