...
If PUIPWDMGT is set to '2', the "Change Password" screen can be called at any time within your application. To do so, your application will call the program PROFOUNDUI/PUI0001203. This program accepts only one parameter, the user name. As always, the user will then need to enter the current and new password in order to change. The following is an example prototype for calling the change password screen.
Code Block | ||||
---|---|---|---|---|
| ||||
D Change_Password... D PR ExtPgm('PUI0001203') D User 10A Const |