Permission Granularity - Portlet Management

已查看 8 次
跳至第一个未读帖子

Ryan Richter

未读,
2021年2月22日 12:09:512021/2/22
收件人 uPortal Community
Is there a way to get permissions granular enough to create a situation where I have specific users or groups that have permissions to modify the content of a specific Advanced CMS portlet but no other portlets and no other admin access?

We'd like to delegate managing some of our content but I don't see a way to do this in the Admin UI.

Thanks,
-Ryan

Benito Gonzalez

未读,
2021年2月22日 14:09:222021/2/22
收件人 Ryan Richter、uPortal Community
Hi Ryan,

To grant access to a limited group for editing CMS content, you would add lines similar to the following in the portlet definition:

    <permissions>
        <permission system="UP_PORTLET_SUBSCRIBE" activity="BROWSE">
            <group>Everyone</group>
        </permission>
        <permission system="UP_PORTLET_PUBLISH" activity="PORTLET_MODE_CONFIG">
            <group>Portal Administrators</group>
        </permission>
    </permissions>
 ...
     <parameter>
          <name>configurable</name>
          <value>true</value>
     </parameter>
...

As an alternative from the UI, you would use the Portlet Administration tool, edit the portlet, check "configurable" box in Controls in the upper right. Then add the group you want to allow editing to the Principals list, make sure to check "Configure?" (assuming a modern uPortal version). Then, click on "Save" at the bottom. Note, you will probably want to use the Cache Manager to flush the caches for this to take effect quickly.

Hope this helps!
-bjagg


--
You received this message because you are subscribed to the Google Groups "uPortal Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uportal-user...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/uportal-user/CAATqWX%2B6woyRGiPS3Pf6u1Tpfj-Zw3d5vx8WKs-B05BgKy6jNQ%40mail.gmail.com.

Benito Gonzalez

未读,
2021年2月25日 14:33:032021/2/25
收件人 Ryan Richter、uPortal Community
Did this help?

Ryan Richter

未读,
2021年2月25日 19:04:442021/2/25
收件人 Benito Gonzalez、uPortal Community
It did! Thank you so much! I had actually hidden the options menu on portlets using CSS. (We have a pretty static portal.) So I had to undo that, but I think this is exactly what we are looking for.

-Ryan
回复全部
回复作者
转发
0 个新帖子