An example email template is provided in the Delegated Admin package at the top level in the file delegated-admin-account-created.template. This template provides a multi-part text and HTML email to the user with their user name and initial password, along with a self-service link they can use to log on to PingFederate and change their password and profile information.
Note: The PingDirectory/webapps/delegator/delegated-admin-account-created.template template must be copied to the PingDirectory/config/account-status-notification-email-templates/ directory. This file must be copied before running delegated-admin.dsconfig even if email functionality is not needed, since some commands in dsconfig require this template.
  1. Edit the template as follows:
    1. Uncomment the line that sets the value for profile_management_url.
    2. Change the value of profile_management_url to the externally accessible URL of the Profile Management Endpoint of your PingFederate Local Identity Profile.
  2. Copy the template file to the config/account-status-notification-email-templates folder of each instance of PingDirectory Server.

    By default, the email is sent to the address that is found within the user's LDAP mail attribute.

    Note: A mail value must be provided for each user. For more information, refer to common-header-fields.vm in the email templates folder.
For more information about the format of the email and further customization, refer to the README file in the templates folder.