mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
Set the guardian role automatically. (#12136)
* Add the guardian role for parent portal * invite guardian as user
This commit is contained in:
committed by
Nabin Hait
parent
6401678e63
commit
5807cd8e6f
@@ -12,7 +12,7 @@ data = {
|
||||
'Student Attendance Tool',
|
||||
'Student Applicant'
|
||||
],
|
||||
'default_portal_role': 'Student',
|
||||
'default_portal_role': 'Guardian',
|
||||
'restricted_roles': [
|
||||
'Student',
|
||||
'Instructor',
|
||||
|
||||
Reference in New Issue
Block a user