Overview
In the event you are authenticating your m-Power applications against an iSeries profiles, you may come across the scenario where your user’s profile is about to expire. The feature described in this document will allow the user to update their iSeries password through a web application.
Implementation
- Place mrcChangePswd.html in the appropriate Data Dictionary folder: /mrcjava/WEB-INF/classes/DATA_DICTIONARY. You can find this file in /m-power/mrcjava/mrcclasses/
- Open the mrcSignon2.xml in /WEB-INF/classes/DATA_DICTIONARY and add the following code (in bold) directly before </group>:
<checkPasswordExpiration pdesc="checkPasswordExpiration" value="1" />
- Restart Tomcat