Friday 09 July 2004 5:17:09 am
Permissions are set entirely through the Role system (found under the User tab). If you create a new role you can set where the user is able to login using the module "user", the function "login". Then choose the siteaccesses that user should be able to log into.
E.g:
The result should be something like:
Module Function Limitation
--------------------------------------- User Login SiteAccess( admin ) A user assigned to this role would be able to log into the admin interface.
Now you can give this user rights to edit any number of content classes using the Content module. An example is the article class:
Module Function Limitation
--------------------------------------- Content * *
A user assigned to this role is able to create/delete/change all content. Another possibility is:
Module Function Limitation
--------------------------------------- Content Edit Owner( self ) This role allows a user to edit all content he/she has created. Remember to allow the user to create content somewhere though. These are just examples, you can of course create lots of other roles and/or make more interesting combinations. Take a look at the existing roles for more examples. Unfortunately there isn't any documentation on roles right now. You can expect it in the not to distant future.
|