Search code examples
liferayliferay-6liferay-ide

Hide Liferay control panel options form users


I am developing a liferay portlet using liferay6.1 and SDK for Java.

When user logs in and they click on control panel they can see all kind of options. Is there a way to hide this options?

I am still new but i think that you can hide it from the portal.ext.properties but I am not sure and I have no idea.

Any help will be appreciated! Thanks in advance!


Solution

  • The configuration can be do by role-permissions of user and power-user. Go to "Control Panel" -> "Roles" -> Looking for User-Role (then Power-User) -> Define Permissions. Disable in area "Permission for Control Panel" the View-Permission for Items that must be hide.

    Over.