Ignore legacy moderator and admin columns on User model (#29188)
This commit is contained in:
parent
476a043fc5
commit
e8b66a0525
3 changed files with 11 additions and 2 deletions
|
@ -32,7 +32,6 @@ module User::PamAuthenticable
|
|||
|
||||
self.email = "#{account.username}@#{find_pam_suffix}" if email.nil? && find_pam_suffix
|
||||
self.confirmed_at = Time.now.utc
|
||||
self.admin = false
|
||||
self.account = account
|
||||
self.external = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue