Notification for password expiry PEGA 8.5.6
Our client wants to implement a password expiration for users who hasn't change their password for 90 days. We found it is configurable thru:
OOTB configuration for user to force to change password after 90 days.
-
In Configure → Org & Security → Authentication → Security Policy set Maximum operator password age in days = 90
Business also wants us to notify user via email 7 days before the user password expire.
My question is do we have an OOTB function that does this? We found we can get the recent password change in pzPasswordHistory from Data-Admin-Operator-ID. But would just like to ensure we are not missing any OOTB function we can use.
Thanks in advance.