app/models/openstax/accounts/account.rb in openstax_accounts-9.5.1 vs app/models/openstax/accounts/account.rb in openstax_accounts-9.6.0

- old
+ new

@@ -3,9 +3,10 @@ USERNAME_DISCARDED_CHAR_REGEX = /[^A-Za-z\d_]/ USERNAME_MAX_LENGTH = 50 SYNC_ATTRIBUTES = [ :openstax_uid, :username, + :is_administrator, :first_name, :last_name, :full_name, :title, :self_reported_role,