Skip to content

Instantly share code, notes, and snippets.

@sankars
Created March 12, 2013 06:04
Show Gist options
  • Save sankars/5140668 to your computer and use it in GitHub Desktop.
Save sankars/5140668 to your computer and use it in GitHub Desktop.
Override Liferay Login
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hook PUBLIC "-//Liferay//DTD Hook 6.1.0//EN" "http://www.liferay.com/dtd/liferay-hook_6_1_0.dtd">
<hook>
<portal-properties>portal.properties</portal-properties>
<struts-action>
<struts-action-path>/login/login</struts-action-path>
<struts-action-impl>com.test.CustomLoginAction</struts-action-impl>
</struts-action>
</hook>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment