[Hypercontent-users] Access Control within HyperContent
Brought to you by:
alexvigdor
From: tom t. <j_l...@ya...> - 2006-11-08 05:41:40
|
Hi, I got CAS + uPortal and HC working fine. Also I wanted to introduce a staging area before contents get published, due to this reason I had to introduce some file system definitions this also working fine. But I got some problems/doubts moving forward. I want to get build (preview), approve, publish thing going. Well.... I am not sure my understanding is correct. Any how let me put down my questions and doubts. What is the HC workflow is it as follows. build -> aprrove -> publish ? How can we make sure we cant publish anything without the approval. How can we enforce this rule. How can we set the mail parameters for the approvers when there are items which needs to be approved. What is the URL which needs to be provided for the approvers. So that they can see the projects/resources which needs to be approved. In the workflow UI what I can see is build and publish activities only, I can't see the approve activity. Should I change any configuration change in order to get that in the UI. I have the following groups.xml (in bootstrap project), I would like to have 3 distinct users(auther_user,approver_user,publisher_user) one doing the authoring, one doing the approving and other doing the publishing. Can we something like that? Should I do any modification to my new project, cause I only changed the groups.xml in bootstrap project only. Only changed I did was in permissions.xml in my project allowing read only access to anybody group. When I try to access middle of HC page as a approver it says you do not have rights ..............etc. <groups> <!-- The groups in this document should be overidden by projects wishing to re-use the built in workflows; superusers can be specified on a per-project level, and also globally via the bootstrap project--> <group name="group:consumers"> <group name="group:anybody"/> </group> <group name="group:authors"> <user name="auther_user/> <user name="author"/> </group> <group name="group:approvers"> <user name="approver"/> <user name="approver_user"/> </group> <group name="group:publishers"> <user name="publisher_user"/> <user name="publisher"/> </group> <group name="group:admin"> <user name="admin"/> <user name="testAdmin"/> </group> </groups> __________________________________________________________________________________________ Sponsored Link Talk more and pay less. Vonage can save you up to $300 a year on your phone bill. Sign up now. http://www.vonage.com/startsavingnow/ |