Message Boards

Why user can't use another user portlet

Galina Modilevski, modified 2 Years ago.

Why user can't use another user portlet

New Member Post: 1 Join Date: 1/4/22 Recent Posts

We have 2 users with the same admin permissions. One user adds a portlet, has access to all of the buttons. Another user sees this portlet read-only. Both users belong to the same user group.Expected that they can reuse each other portlets.

thumbnail
Olaf Kock, modified 2 Years ago.

RE: Why user can't use another user portlet

Liferay Legend Posts: 6403 Join Date: 9/23/08 Recent Posts

Permissions in Liferay come through roles, not user groups (though it might be indirectly through UGs)

So: Check the roles that your users have. Also, note that there are site- and organization-specific roles, that might give you some permissions in one area but not in the other.

And last: If it's a custom portlet, no author is bound to Liferay's way of permission handling. they might have implemented permission checks themselves instead of delegating to Liferay's permission handler. In that case you'll have to analyze the portlet's sourcecode.