Skip to content
Snippets Groups Projects
Unverified Commit 79e29114 authored by Awais Jibran's avatar Awais Jibran Committed by GitHub
Browse files

Merge pull request #152 from edx/fix-user-sync-between-lms-ecom

Fix Elevation in permission over OAuth
parents 054279d6 da1c2a11
No related branches found
No related tags found
No related merge requests found
......@@ -198,6 +198,7 @@ def _attach_profile_claim(payload, user):
'family_name': user.last_name,
'given_name': user.first_name,
'administrator': user.is_staff,
'superuser': user.is_superuser,
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment