Roles - add new roles to the group

Use this command to add new roles to the group.

Format:


(group object).roles += <role_name>

Example:


>>>admin.groups[1].roles += admin.PATTERN_CREATOR_ROLE
Note: For more role names that are defined in the admin object, you can check with dir(admin) for those ending with a "_ROLE" suffix.