From 7ad5619318fdac555a4350219f298adc702f6d6f Mon Sep 17 00:00:00 2001 From: scmmishra Date: Mon, 18 Mar 2019 19:11:44 +0530 Subject: [PATCH] feat: Set default role to LMS User for signup in Education --- erpnext/domains/education.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/domains/education.py b/erpnext/domains/education.py index c6405764575..55e4eed801a 100644 --- a/erpnext/domains/education.py +++ b/erpnext/domains/education.py @@ -14,7 +14,7 @@ data = { 'Student Attendance Tool', 'Student Applicant' ], - 'default_portal_role': 'Guardian', + 'default_portal_role': 'LMS User', 'restricted_roles': [ 'Student', 'Instructor',