refactor: set Student as default portal role for Education

This commit is contained in:
Shivam Mishra
2019-05-29 15:42:57 +05:30
parent 63d8cabb3d
commit 08425d46fa
3 changed files with 23 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ data = {
'Student Attendance Tool',
'Student Applicant'
],
'default_portal_role': 'LMS User',
'default_portal_role': 'Student',
'restricted_roles': [
'Student',
'Instructor',