+

Search Tips   |   Advanced Search

Customizing the home page login URL with the theme

In the theme the login link points to a protected URL to the home page of the default portal installation. If we remove this page, or if we want the users to be directed to a different page after login, modify the theme by the following procedure.

  1. Open the file...

      PORTAL_HOME/theme/wp.theme.themes/default80/installedApps/DefaultTheme80.ear/DefaultTheme80.war/themes/html/dynamicSpots/commonActions.jsp

  2. Locate the line:

      <portal-navigation:urlGeneration allowRelativeURL="true" keepNavigationalState="false" contentNode="wps.content.root" home="protected" >
      

    • Change wps.content.root to the unique name of the page to which we want the users to be directed after logging in.


Parent Configure portal behavior