留言板

Importing lar file not affecting existing users

thumbnail
Ram Manusani,修改在12 年前。

Importing lar file not affecting existing users

Regular Member 帖子: 124 加入日期: 11-10-27 最近的帖子
I did add the properties to the portal-ext.properties file to enable users to have a new lar file for the private pages.


layout.user.private.layouts.enabled=true
layout.user.private.layouts.auto.create=true

default.user.private.layouts.lar=${resource.repositories.root}/deploy/default_user_private.lar

This kinna solves my purpose for the newly created users but not for the existing users. Is there a better way for the lar to get into effect even for the existing Users?
thumbnail
amit doshi,修改在11 年前。

RE: Importing lar file not affecting existing users

Liferay Master 帖子: 550 加入日期: 10-12-29 最近的帖子
We have the same requirement , for that Reason we made custom portlet that will delete the public pages of all the users.

As we have ldap import so we written code there, so when user gets imported, the lar will imported too from the specific location.