FEATURE: add website field to SSO

This commit is contained in:
David Lee
2018-06-19 17:30:23 -07:00
committed by Sam
parent 329c94a354
commit 4644d777bd
3 changed files with 8 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
class SingleSignOn
ACCESSORS = [:nonce, :name, :username, :email, :avatar_url, :avatar_force_update, :require_activation,
:bio, :external_id, :return_sso_url, :admin, :moderator, :suppress_welcome_message, :title,
:add_groups, :remove_groups, :groups, :profile_background_url, :card_background_url]
:add_groups, :remove_groups, :groups, :profile_background_url, :card_background_url, :website]
FIXNUMS = []
BOOLS = [:avatar_force_update, :admin, :moderator, :require_activation, :suppress_welcome_message]
NONCE_EXPIRY_TIME = 10.minutes