Fórum

Importing lar file not affecting existing users

thumbnail
Ram Manusani, modificado 11 Anos atrás.

Importing lar file not affecting existing users

Regular Member Postagens: 124 Data de Entrada: 27/10/11 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Importing lar file not affecting existing users

Liferay Master Postagens: 550 Data de Entrada: 29/12/10 Postagens Recentes
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.