Modify the Header in the User Console

Modify the header in the user console.
Use the head.jsp file available at the following location to modify the header (images, links, colors, fonts) of the
Identity Manager
User Console.
<iam_im.ear>\user_console_war\app\imcss\component
To update the header, modify the code for the following entries in the head.jsp file:
  • <div id="logo">
  • <div id="statusbar">
  • <div id="username">
  • <div id="help-logout">
For example, to change the link users are directed to when they click the logo image that appears in the header for the User Console, replace the URL in the following code with your company URL.
<div id="logo"> <a href="http://www.yourcompany.com/"><skin:img altKey="console.logo" titleKey="console.logo" src="logo.gif" width="93" height="33" border="0" /></a> </div>

Title Branding

From
Identity Manager
14.4 release onwards, the header title branding cannot be achieved with the head.jsp file. To change the header title branding, you must apply skin branding as explained in the following links:

Favicon Branding

To change the Favicon icon of
Identity Manager
User Console, follow these steps:
  1. Navigate to <Application_Server_Home>/iam_im.ear/user_console.war/app/page.
  2. Open
    global_head.jsp
    .
  3. Search for the following HTML codes and change the favicon icon to the desired one:
    <link rel="icon" type="image/icon" href="<%= context %>/ui/images/favicon.ico"/> <link rel="shortcut icon" type="image/icon" href="<%= context %>/ui/images/favicon.ico"/>