Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Notifying users of password expiration

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Notifying users of password expiration

    Hello, Does anyone knows if there is a way to notify a user of an account's password that is just about to expire. in other words if a user doesn't login to the system they will never know that their password is going to expire in x number of days. I would like to notify certain users through emails(or something like that) that their account is going to expire... Thanks JC

  • #2
    Notifying users of password expiration

    Juan, I don't know of an automated facility. You could create one yourself, though. DspUsrPrf *All Output(*outfile) OutFile(QTEMP/X) Looping through the file created above, you can determine when a user's profile expires by adding the "Password Last Change Date" field to the "Password Expiration Interval". The result of this would be the actual expiration date. You could then send messages out to those with passwords expiring in the next x number of days. Bill

    Comment


    • #3
      Notifying users of password expiration

      Thanks Bill, I'll try it

      Comment

      Working...
      X