Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
e4b4daebaef8
Commit
2c4e3e00
authored
Dec 09, 2013
by
Maxime Brugidou
Browse files
Skip email confirmation with LDAP
parent
bacdc1ad8e5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/gitlab/oauth/user.rb
View file @
e4b4daeb
...
...
@@ -28,8 +28,8 @@ def create(auth)
}
user
=
model
.
build_user
(
opts
,
as: :admin
)
user
.
skip_confirmation!
user
.
save!
user
.
confirm!
log
.
info
"(OAuth) Creating user
#{
email
}
from login with extern_uid =>
#{
uid
}
"
if
Gitlab
.
config
.
omniauth
[
'block_auto_created_users'
]
&&
!
ldap?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment