mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 14:08:29 +00:00
feat: Set default role to LMS User for signup in Education
This commit is contained in:
@@ -14,7 +14,7 @@ data = {
|
||||
'Student Attendance Tool',
|
||||
'Student Applicant'
|
||||
],
|
||||
'default_portal_role': 'Guardian',
|
||||
'default_portal_role': 'LMS User',
|
||||
'restricted_roles': [
|
||||
'Student',
|
||||
'Instructor',
|
||||
|
||||
Reference in New Issue
Block a user