Password reset notification
Here is a situation that you might find useful while working on a Pega 7 application.
Scenario: I have a Pega 7 application set up in a way that the operator's password is set to expire after every 90 days. Is there any out of box control or mechanism that will trigger email notifications to the users reminding them to reset their passwords?
Solution: While Pega 7 Platform does not offer any out of the box control or in-built mechanism to send automated notifications, you can always use the Data-Admin-Operator-ID.pzPasswordHistory property that maintains the history of password changes in your application. You can also add properties to track the last password change date, and create an advanced mode agent to notify the operators.