How can the Cancel button on the public Forgotten Password task in Identity Manager be hidden or removed?
Release: All versions
Component: Identity Manager
To hide the Cancel button on the public Forgotten Password task, customize the corresponding JSP files by performing the following steps:
Locate the following files on your application server:
..\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
Open each file in a text editor and locate the block.
<imh:button type="submit" name="action.forgottenpassword.cancel" valueKey="global.button.cancel" />
Note: Any modifications made to out-of-the-box (OOTB) JSP files may be overwritten during a product upgrade or patch installation. Always create a backup copy of these custom files prior to upgrading so you can re-apply the changes post-upgrade.