Modify group notification pages

You can customize the IBM® Verify group notification pages for your business. Group notification pages are sent to the user when a group is created, deleted, or the group’s membership is changed for a group the user is a member of.

To update the group notification pages, download the compressed theme file. Edit the pages as needed and then upload the updated theme files back to your Verify tenant. For more information, see Updating a theme.

Text changes can be made to the pages by using XML markup. The XML files also contain macros. Macros are characters between the @ symbol where the data is rendered at run time. Don't change the macros in the files.

The IBM Verify group notification pages are in the templates/notifications/user_management/group/ directory within the themes compressed file.

email

Group email notifications are available for group add, remove, and update members activities. The pages are in the templates/notifications/user_management/group/default directory.

Note: Federated user members do not get an email notification.
The group email notifications pages are:
Group created page

This email page is sent to the user when a group is created, and the user is a member of the group. Update the group_added.xml file to modify the page.

Group deleted page

This email page is sent to the user when a group is deleted, and the user is a member of the group. Update the group_deleted.xml file to modify the page.

Add a user to a group page

This email page is sent to the user when the user is added to a group. Update the user_added_to_group_email.xml file to modify the page.

Remove a user from a group page

This email page is sent to the user when the user is removed from a group. Update the user_removed_from_group_email.xml file to modify the page.

The following label is available on the MFA email notification pages. To update the text on these labels, see Customizing labels.
  • $PRODUCT_NAME$

The macros for group email notification pages are shown in the following table.

Table 1. Macro definitions
Macro Value that replaces the macro
@GROUPNAME@ The group’s name.
@USERNAME@ The user's name.
@LANG_QUERY_PARAM@ The preferred language to use for email notification.
@TENANT@ The name of the Verify tenant.
@TENANT_URL@ The Verify tenant URL sent to allow the user to login.
@THEME_ID@ The ID of the registered template theme.

See Personalize themes with user attributes to add more customizations your group email notification pages.