How to change the logo on ControlMinder/PIM login Page?
search cancel

How to change the logo on ControlMinder/PIM login Page?

book

Article ID: 45621

calendar_today

Updated On:

Products

CA Virtual Privilege Manager CA Privileged Identity Management Endpoint (PIM) CA Privileged Access Manager (PAM)

Issue/Introduction

By default, the CA logo is displayed on the Enterprise Management console login page. To customize the image displayed on the login page, follow the steps below.


 


Environment

PIM Enterprise Management 12.8, 12.9, 14.0

Resolution

1. Copy your image to
<jboss>\server\default\deploy\IdentityMinder.ear\user_console.war\app\ac\images

2. Make a backup copy of <jboss>server\default\deploy\IdentityMinder.ear\user_console.war\app\ac\ac_login.jsp

3. Edit <jboss>server\default\deploy\IdentityMinder.ear\user_console.war\app\ac\ac_login.jsp
Find:

<div><img src="<%= castyles %>/images/CAlogo_LogIn.png" alt="CA" /></div><span class="r5_login_footer_text"><imh:message key="login.copyright" /></span>

Modify like the below changing <yourimage> to the filename of your image file (assume that this is case sensitive)
Modify YOUR_CUSTOM_MESSAGE to suit your requirement,


<div><img src="/iam/app/ac/images/<yourimage>"/></div><span class="r5_login_footer_text">YOUR_CUSTOM_MESSAGE</span>

4. Stop jboss, delete <jboss>/server/default/tmp and work, start jboss

Attachments

1558708058515000045621_sktwi1f5rjvs16qxz.png get_app