Focal Point
How to disable the change password button on MRE

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3071002552

November 01, 2007, 06:03 PM
Sayed
How to disable the change password button on MRE
This will get rid off the CHANGE PASSWORD button on MRE

delete the following lines from D:\ibi\WebFOCUS762\webapps\webfocus76\login\ibi_login.jsp
 
	<TD>
          <control:conditional condition="<%=ibiLoginBean.getAuthenticationOption().isUserAllowedToUpdateCredentials()%>">
  	  <NOBR>
	  <DIV CLASS="button" onmouseup="smboxCY('sm1');return false;" onmousedown="smboxC('sm1');return false;">
          <A HREF="<%=CHANGE_PASSWORD_HREF_SRC%>"><DIV CLASS="label"><localizedstring:insert language="<%=language%>" resourceBundleBaseName="<%=RESOURCE_BUNDLE_BASE_NAME%>" resourceBundleStringKey="<%=CHANGE_PASSWORD_HREF_TEXT_RESOURCE_BUNDLE_STRING_KEY%>"/></div><div class="smbox" id="sm1"></div></a></div>
  	  </NOBR>
	  </control:conditional>
        </TD>

 



WF 8.x and 7.7.x Win/UNIX/AS400, MRE/Portal/Self-Service, IIS/Tomcat, WebSphere, IWA, Realmdriver, Active Directory, Oracle, SQLServer, DB2, MySQL, JD Edwards, E-BIZ, SAP BW, R/3, ECC, ESSBASE
November 02, 2007, 04:27 AM
Majid Jeddi
Hi,

Please save your file prior to do the changes sayed qsked for.

Majid.


WebFocus 7.6.5
AND WebLogic server as web server
sql2005 as database server