mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add admin and moderator state to sso provider
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class SingleSignOn
|
||||
ACCESSORS = [:nonce, :name, :username, :email, :avatar_url, :avatar_force_update,
|
||||
:about_me, :external_id, :return_sso_url]
|
||||
:about_me, :external_id, :return_sso_url, :admin, :moderator]
|
||||
FIXNUMS = []
|
||||
NONCE_EXPIRY_TIME = 10.minutes
|
||||
|
||||
|
Reference in New Issue
Block a user