掲示板

override PortalRequestProcessor

9年前 に Valerie Lehmann によって更新されました。

override PortalRequestProcessor

New Member 投稿: 11 参加年月日: 13/11/25 最新の投稿
Does anybody know how to override PortalRequestProcessor?

My issue is the following:
We are developing a portal using Liferay 6.2. The user have 2 ways to login in the portal we are developing:
- via login-portlet
- via certificate

Via Login-Portlet we want to keep the default behaviour from Liferay. But we need to change it slighlty for a user signing in via certificate:
- When signing in with certificate, if the user's account has passwordReset set to true, we do not want the user to be asked to change his password.
- When signing in via Login-Portlet, we want to keep the default behaviour ==> if the user's account has passwordReset set to true, the user has to change his password.

Thanks in advance for your help!