Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Clicking Cancel will return the user to the sign on screen with an error message that the password is expired.

// // //

If the user's password will expire within the warning window, the following screen will appear to let the user know how long until the password expires:

...

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
none
none


     D Change_Password...
     D                 PR                  ExtPgm('PUI0001203')
     D  User                         10A   Const