Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

In translate5 frontend and backend you are able to define which user roles can be modified/created to other users. For this purpose acl resource 'setaclrole' can be used.

The 'setaclrole' is defined as a new resource in "application/modules/editor/configs/aclConfig.ini" file.

 

Example when the users with role 'pm' are only able to modify or add a 'pm' role to other users.

Insert in the acl rules table the following records:

  • module:'editor'
  • role:'pm'
  • resource:'setaclrole'
  • right:'pm'

 

Insert new record in the table if you want to extend the user capabilities for creating/modifying acl roles to other users.

Important

For each role combination a separate record in the table is needed.

 

Task properties window

 

In the window, the properties tabs can be disabled or enabled by applying certain frontend rights to a role.

  • User Task association tab: can be disabled/enabled with applying the 'editorChangeUserAssocTask' frontend role (with no acl record in the table, the tab is disabled).
  • Workflow Properties tab: can be disabled/enabled with applying the 'editorWorkflowPrefsTask'  frontend role (with no acl record in the table, the tab is disabled).

The properties window button in the task grid can be disabled/enabled by applying the 'editorPreferencesTask' frontend right to a role (with no acl record in the table, the button is disabled).

Example of enabling the User Task association tab for pm's:

Insert in the acl rules table the following records:

  • module:'editor'
  • role:'pm'
  • resource:'frontend'
  • right:'editorChangeUserAssocTask'
  • No labels