掲示板

Importing lar file not affecting existing users

thumbnail
12年前 に Ram Manusani によって更新されました。

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
11年前 に amit doshi によって更新されました。

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.