create a new user role / permission

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 10:56 AM
hallo it is possbile to create (or modify an existing) user permission in order to:
- Contributor (or similar if new) CAN Create/Add new content
- Contributor (or similar if new) CANNOT Create Child spaces
I want to create a space unmodificable by invited users.
They should ONLY be able to add contents….
is it possible?
tnx bye
- Contributor (or similar if new) CAN Create/Add new content
- Contributor (or similar if new) CANNOT Create Child spaces
I want to create a space unmodificable by invited users.
They should ONLY be able to add contents….
is it possible?
tnx bye
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 07:48 AM
For alfresco a content or a space is a children of a node.
So if your user have CreateChildren rights on space so he can create both.
Easy way to do what you want is to modify permission on "create_space" action and "create_space_wizard"
But that will just disable action, but with CIFS for instance, contributor will be able to do it.
Other way is to modify permissions definitions. I think you need to specialize rights for cm:folder. Out-of-the-box folder inherit rights from cm
bject permissions definition.
So if your user have CreateChildren rights on space so he can create both.
Easy way to do what you want is to modify permission on "create_space" action and "create_space_wizard"
But that will just disable action, but with CIFS for instance, contributor will be able to do it.
Other way is to modify permissions definitions. I think you need to specialize rights for cm:folder. Out-of-the-box folder inherit rights from cm

