Question
PEGA
Pegasystems Inc.
US
PEGA
Posted: Jun 27, 2019
Last activity: Jun 28, 2019
Last activity: 28 Jun 2019 10:35 EDT
Closed
Solved
Password Age
What property on the operator record is used to track the password age? We would like to be able to create an agent in our lower environments that warns operators 10 days before password expiration that the password will expire. I tried tracing the login process, but was unable to see the activity that kicks off pzShowCPHarness.
After further research, I found that pzPasswordHistory contains the password history list. This pagelist is not shown when you try to open the operator record manually, but if you do an obj-open-by-handle of an operator record, you can view the page list. The first entry is the most recent password. pzCreateDateTime is the property used to determine if the password has expired.
I verified this by manually updating the pzCreateDateTime property via an activity and was able to activate the change password process.