Identity Manager Password Expiration Job Mail does not contain days until password expires.

  • 7014725
  • 11-Mar-2014
  • 11-Mar-2014

Environment


NetIQ Identity Manager Engine Other
NetIQ Identity Manager Password Expiration Job
NetIQ Identity Manager Notification Templates
NetIQ Identity Manager Password Expiration Templates
NetIQ Identity Manager Password Management Notification Template 2.0.0.20130322140144

Situation

Emails send from the Password Expiration Job does not contain days until password expires.

Resolution

Modifying the "Expire Password" templates;

1) Remove the "Days" token
2) Add "ExpDays" token
3) Modify the message text:
From:
...
    <p>Your password will expire on $Days$.</p>
...
to
...
    <p>Your password will expire on $ExpDays$.</p>
...

4) Save template and deploy it.

Cause

The Password Management Notification Template 2.0.0.20130322140144 was changed to use $Days$ instead of $ExpDays$ as token, which is wrong.

Additional Information

This have been reported to engineering.