Fix LDAP/PAM/SAML/CAS users not being approved instantly (#10621)

This commit is contained in:
Eugen Rochko
2019-04-25 02:49:25 +02:00
committed by GitHub
parent f27d709351
commit e451ba0e83
4 changed files with 9 additions and 1 deletions

View File

@ -6,6 +6,7 @@ module LdapAuthenticable
def ldap_setup(_attributes)
self.confirmed_at = Time.now.utc
self.admin = false
self.external = true
save!
end