Difference between revisions of "Setup new role"
(Created page with "A role is very simply a Group with the sub-type Role. This allows you to use all of the CGScript functions on groups, imports, export, and the many other system features ther...") (Tag: visualeditor) |
(Tag: visualeditor) |
||
Line 7: | Line 7: | ||
* "Added" - is called AFTER a user has been added to the role | * "Added" - is called AFTER a user has been added to the role | ||
* "Removed" - is called AFTER a user has been removed from the role. | * "Removed" - is called AFTER a user has been removed from the role. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Roles]] | [[Category:Roles]] |
Revision as of 09:09, 3 December 2019
A role is very simply a Group with the sub-type Role.
This allows you to use all of the CGScript functions on groups, imports, export, and the many other system features there are on groups.
Minimum requirements
In order for a role to function, it must defined a minimum of two Role extensions.
- "Added" - is called AFTER a user has been added to the role
- "Removed" - is called AFTER a user has been removed from the role.