Problem with acces rights

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
7/14/2011 8:46:38 AM
Gravatar
Total Posts 38

Problem with acces rights

Hi!

I've a problem managing content authors. I've a big page with several subpages. Know I want to activate users writing content. On a top page I set the access rights for content authors, but it doesn't inherit to all subpages (at least nearly 230 pages). I want that users can edit a content as draft and then an administrator check this and bring this draft online.

How can I inherit the new rights? Or should I set it for all pages???

Thanks and many greetings

 

Stephan

7/14/2011 10:57:06 AM
Gravatar
Total Posts 18439

Re: Problem with acces rights

Sorry but changing roles on a parent page does not propagate to child pages so you would have to go one by one to change the roles. When creating new pages it will inherit the roles of the parent but it doesn't get updated by updates to the parent page.

Also if you want to be able to enforce the workflow then the users should not be in a role with edit permission, they should only be in a role with draft edit permission. Users in roles with edit permissions are the approvers so they are not forced to use workflow, they could edit as draft or edit directly, whereas users who have only draft edit roles can only submit a draft.

Maybe at some point we will make it possible to check a box and push role changes down to child pages from a parent page but we do not have that feature today.

Best,

Joe

7/14/2011 11:07:44 AM
Gravatar
Total Posts 38

Re: Problem with acces rights

Hi Joe,

thanks for answering. Is it posible to change the permisions in the database? It will take a few weeks to change all settings frown Which tables should I update?

 

7/14/2011 11:52:08 AM
Gravatar
Total Posts 18439

Re: Problem with acces rights

Its possible, I would backup the db before trying it. You'll need to look in the mp_Pages table, there are several fields for roles stored as semi colon separated values. You'd need to study the existing data for a page configured already as you want to figure out how to update it. Then after the update you would want to recycle the app to clear the site map cache.

Hope that helps,

Joe

 

You must sign in to post in the forums. This thread is closed to new posts.