Hi,
I'm working on tomcat6, liferay 5.0.2-trunk
In my site I want "Power User" have public pages, [my community public pages]
and I want normal user have only guest pages.
In portal-ext i set:
#Set up default role names.
admin.default.role.names=User
But now the newbie registered user have also "my community" pages.
So I change other properties: [default user layouts]
layout.user.private.layouts.enabled=false
layout.user.private.layouts.modifiable=false
layout.user.private.layouts.auto.create=false
layout.user.public.layouts.enabled=false
layout.user.public.layouts.modifiable=false
layout.user.public.layouts.auto.create=false
but the change also "hides" "my community" for the omniadmin and Power User.
How can I enable only "power user".public layouts? and not for users?
I have created an issue even if I'm not sure this is a bug:
LEP-6290 thank you to all!
Luca
P.S. just tried a new setting, applying to new registered users no roles:
#Set up default role names.
admin.default.role.names=
but also users without any role they have "My Community"
[but they have no access to portlets]
Please sign in to flag this as inappropriate.