Fix LDAP/PAM/SAML/CAS users not being approved instantly (#10621)
This commit is contained in:
parent
f27d709351
commit
e451ba0e83
4 changed files with 9 additions and 1 deletions
|
@ -34,6 +34,7 @@ module PamAuthenticable
|
|||
self.confirmed_at = Time.now.utc
|
||||
self.admin = false
|
||||
self.account = account
|
||||
self.external = true
|
||||
|
||||
account.destroy! unless save
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue