How can the Cancel button on the public Forgotten Password task in Identity Manager be hidden?
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.
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.