Search code examples
liferayliferay-6

Liferay : can we use Liferay Hooks for Modfying Liferay Login pre and Post events


I am using Liferay 6 .

I have read that Liferay Hooks can be used to modify JSP , Property files , Model Listeners , System Events , without touching Liferay code at all .

So my question is that can i use Liferay Hooks for Modfying Liferay Login pre and Post events ??

Please specify .

Thank you .


Solution

  • Yes. What you want to do is specify a portal.properties file in a hook project and then set the following properties:

    login.events.pre=
    login.events.post=
    

    See more documentation here.