forked from External/greenlight
* Added back fix for ldap image * Fixed issue with ldap redirect
This commit is contained in:
committed by
Jesus Federico
parent
973c95339c
commit
e0afcdec23
@ -58,7 +58,7 @@ class User < ApplicationRecord
|
||||
u.name = auth_name(auth) unless u.name
|
||||
u.username = auth_username(auth) unless u.username
|
||||
u.email = auth_email(auth)
|
||||
u.image = auth_image(auth)
|
||||
u.image = auth_image(auth) unless u.image
|
||||
u.email_verified = true
|
||||
u.save!
|
||||
end
|
||||
|
Reference in New Issue
Block a user