How to remove a tab from the end user Change password Pages IDM7.0
Hi There,
I'm attempting to remove the Access Privileges Tab from end user change password page. I have already attempted removing the Link from the End User Navigation Form restarted the appserver, cleared browser caches, cleared all caches on the debug pages and the tab still appears.
Any other ideas as to how to get rid of this tab?
Message was edited by:
Janelle
[402 byte] By [
Janellea] at [2007-11-26 19:13:07]

# 1
I discovered the solution to my problem. Here it is for all of you:
1. Create a renamed copy of End User Navigation Form. (XX-End User Navigation)
2. Remove the following lines from the XX-End User Navigation form
<Field>
<Display class='MenuItem'>
<Property name='title'>
<message name='UI_USER_NAV_PROFILE_ACCESS_PRIVS'/>
</Property>
<Property name='URL' value='user/viewAccessPrivs.jsp'/>
</Display>
</Field>
3. In the System Configuration Object make sure the endUserAppMenu Attribute refers to your renamed End User Navigation form
<Attribute name='endUserAppMenu' value='XX-End User Navigation'/>
Thanks,