Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-06 14:26:41 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-06 14:27:19 +0300
commitf2af30f19534c639c17fa5356ab1c18f518f2e98 (patch)
treef7aa6556d235244308b9c0645c1bef189982fa40 /lib/gitlab/ldap/user.rb
parent45ca39e81bf857cdb58b1a184b8fab0e56c200f7 (diff)
Skip email confirmation when set by admin or via LDAP.
Diffstat (limited to 'lib/gitlab/ldap/user.rb')
-rw-r--r--lib/gitlab/ldap/user.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/ldap/user.rb b/lib/gitlab/ldap/user.rb
index cfa8692659d..806f43c4694 100644
--- a/lib/gitlab/ldap/user.rb
+++ b/lib/gitlab/ldap/user.rb
@@ -39,6 +39,7 @@ module Gitlab
end
def update_user_attributes
+ gl_user.skip_reconfirmation!
gl_user.email = auth_hash.email
# Build new identity only if we dont have have same one