commit | 7ad5619318fdac555a4350219f298adc702f6d6f | [log] [tgz] |
---|---|---|
author | scmmishra <scm.mymail@gmail.com> | Mon Mar 18 19:11:44 2019 +0530 |
committer | scmmishra <scm.mymail@gmail.com> | Mon Mar 18 19:11:44 2019 +0530 |
tree | bcbfe20c929929da0955c4b2510253d340e44fc1 | |
parent | eaed1ae3d6c006e29a1db0d5ee558eb887dc89bd [diff] |
feat: Set default role to LMS User for signup in Education
diff --git a/erpnext/domains/education.py b/erpnext/domains/education.py index c640576..55e4eed 100644 --- a/erpnext/domains/education.py +++ b/erpnext/domains/education.py
@@ -14,7 +14,7 @@ 'Student Attendance Tool', 'Student Applicant' ], - 'default_portal_role': 'Guardian', + 'default_portal_role': 'LMS User', 'restricted_roles': [ 'Student', 'Instructor',