+ Reply to Thread
Results 1 to 2 of 2

Thread: Password last changed date?

  1. #1
    Guest.Visitor Guest

    Default Password last changed date?

     PWDCHGDAT: PGM DCL VAR(&UsrPrf ) TYPE(*CHAR) LEN(10) DCL VAR(&PwdChgDat) TYPE(*CHAR) LEN(6 ) RTVJOBA USER(&UsrPrf ) RTVUSRPRF USRPRF(&UsrPrf) PWDCHGDAT(&PwdChgDat) PGM_END: ENDPGM 
    The date returned in in YYMMDD format.


    On Tuesday, September 15, 1998, 08:26 AM, Ted Sarah wrote: I know that somewhere in the security files, that the date that a users password was last changed is kept. How do I get at it? We don't force users to change passwords, but there are some users with access to certain files that we want to remind them to change it if they haven't within a give time frame, and then force them to change it if they don't. Ted Sarah Stow Police & Fire tsarah@gwis.com Chris Ringer...

  2. #2
    Guest.Visitor Guest

    Default Password last changed date?

    Chris Ringer has posted code to let you get the date that a user's password was last changed. Another option you might look at is the Password Expiration Interval parameter (PWDEXPITV) of the CHGUSRPRF command. That would let you set an expiration interval for specific users. Have fun! On Tuesday, September 15, 1998, 08:26 AM, Ted Sarah wrote: I know that somewhere in the security files, that the date that a users password was last changed is kept. How do I get at it? We don't force users to change passwords, but there are some users with access to certain files that we want to remind them to change it if they haven't within a give time frame, and then force them to change it if they don't. Ted Sarah Stow Police & Fire tsarah@gwis.com

+ Reply to Thread

Similar Threads

  1. Replies: 7
    Last Post: 09-07-2007, 05:36 AM
  2. Who changed/used my object
    By T.Grove in forum General
    Replies: 1
    Last Post: 10-26-2004, 10:42 AM
  3. changed password and now it doen't work
    By thomasdkim@yahoo.com in forum Dev Tools
    Replies: 1
    Last Post: 09-17-2004, 12:52 PM
  4. SRCDAT changed?
    By reeve@ltl400.com in forum Programming
    Replies: 9
    Last Post: 06-20-2001, 07:19 AM
  5. DLO - Save Changed
    By Guest.Visitor in forum Application Software
    Replies: 1
    Last Post: 12-28-1999, 07:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts