...
Create a file with the suffix .membership for each user you want to add to the Portal Administrators group.
Code Block | |||||||
---|---|---|---|---|---|---|---|
| |||||||
<membership script="classpath://org/jasig/portal/io/import-membership_v2-6.crn"> <parent>Portal Administrators</parent> <child> <literal>myusername</literal> </child> </membership> |
...