mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
Add more verbose SSO logging.
This commit is contained in:
parent
95c891cf11
commit
9355f92f78
@ -142,6 +142,10 @@ class DiscourseSingleSignOn < SingleSignOn
|
||||
}
|
||||
|
||||
user = User.create!(user_params)
|
||||
|
||||
if SiteSetting.verbose_sso_logging
|
||||
Rails.logger.warn("Verbose SSO log: New User (user_id: #{user.id}) Created with #{user_params}")
|
||||
end
|
||||
end
|
||||
|
||||
if user
|
||||
|
Loading…
x
Reference in New Issue
Block a user