Details
-
Type:
Improvement
-
Status:
Reopened
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 5.1.0
-
Fix Version/s: 5.1.0
-
Component/s: None
-
Labels:None
-
Similar Issues:
Description
5.1.0 introduces a new feature, Personal Communites for everyone. Pre 5.1 only Power Users get a Personal Community.
Improvement:
Create a setting in portal.properties that would allow to revert 5.1 to revert back to the old logic of only Power Users receiving a personal community.
Also See http://www.liferay.com/web/icheung/blog/-/blogs/5-1-overhaul-of-personal-communities

Ok, made it backwards compatible now via:
#
#
layout.user.private.layouts.power.user.required=false
and
#
#
layout.user.public.layouts.power.user.required=false
So it's even more flexible than before.
- Set this to true if users must have the Power User role to have private
- pages.
#
layout.user.private.layouts.power.user.required=false
and #- Set this to true if users must have the Power User role to have public
- pages.
#
layout.user.public.layouts.power.user.required=false
So it's even more flexible than before.