Hide buttons on Identity Manager public tasks
search cancel

Hide buttons on Identity Manager public tasks

book

Article ID: 10877

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Risk Analytics CA Secure Cloud SaaS - Arcot A-OK (WebFort) CLOUDMINDER ADVANCED AUTHENTICATION CA Secure Cloud SaaS - Advanced Authentication CA Secure Cloud SaaS - Identity Management CA Secure Cloud SaaS - Single Sign On

Issue/Introduction

How can the Cancel button on the public Forgotten Password task in Identity Manager be hidden?



Environment

Release:
Component: IDMGR

Resolution

Edit these files:

     ..\iam_im.ear\user_console.war\app\page\screen\fp_identify_user.jsp

     ..\iam_im.ear\user_console.war\app\page\screen\fp_verify_user.jsp 

Within each file remove this line from within the <imh:buttonpanel> section:

     <imh:button type="submit" name="action.forgottenpassword.cancel" valueKey="global.button.cancel" />

Save the files and restart the IM application server.

Additional Information

Any changes to out-of-the-box JSP files can be overwritten on an upgrade or patch application.  Back up these files and replace the changes after an upgrade.