Fórum

Inactive Users in Liferay 6.2

Sreekanth Pola, modificado 9 Anos atrás.

Inactive Users in Liferay 6.2

New Member Postagens: 21 Data de Entrada: 05/09/12 Postagens Recentes
Hi,

How could we redirect an inactive user in liferay 6.2 to a specific page?

Thanks,
Sreekanth Pola
thumbnail
Pankaj Kathiriya, modificado 9 Anos atrás.

RE: Inactive Users in Liferay 6.2

Liferay Master Postagens: 722 Data de Entrada: 05/08/10 Postagens Recentes
You can override LoginPostAction and/or ServicePreAction events to check if user is inactive and redirect user to the page you want(if user is inactive).

You can refer to marketplace app : Custom Landing Page Hook
Sreekanth Pola, modificado 9 Anos atrás.

RE: Inactive Users in Liferay 6.2

New Member Postagens: 21 Data de Entrada: 05/09/12 Postagens Recentes
Liferay is giving AuthException while trying to log into the application with proper crdentials of an Inactive User. It used to throw UserActiveException previously.. Is it one of the changes in liferay 6.2?