Skip to content
Snippets Groups Projects

Omniauth adjustments for Shibboleth integration.

Closed gitlab-qa-bot requested to merge github/fork/TiagoTT/master into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -36,7 +36,7 @@ module Gitlab
@@ -36,7 +36,7 @@ module Gitlab
username: username,
username: username,
password: password,
password: password,
password_confirmation: password,
password_confirmation: password,
projects_limit: Gitlab.config.default_projects_limit,
projects_limit: Gitlab.config.gitlab.default_projects_limit,
}, as: :admin)
}, as: :admin)
if Gitlab.config.omniauth['block_auto_created_users']
if Gitlab.config.omniauth['block_auto_created_users']
Loading