Modify invite new user pages
You can customize the IBM® Security Verify invite new user pages for your business.
To update the invite new user pages, download the compressed theme file. Edit the pages as needed and then upload the updated themes file back to your tenant. For more information, see Updating a theme.
Text changes can be made to the pages by using HTML markup. The HTML files also contain macros. Macros are characters between the @ symbol where the data is rendered at run time. Do not change the macros in the files.
The IBM Security Verify invite new user pages are located in the templates\notifications\user_management\invite\ directory within the compressed theme file.
You can customize the following invite new user pages:
This page is the invitation that is emailed to a user with a link to accept the invitation. When the user accepts the invitation, the user is optionally created and added to the specified groups. Through the user's group membership, they are automatically given the roles and permissions that are assigned to those groups. To send an invitation, see the invite user APIs. Update the invite_user_complete_email.xml file to modify the page.
- $PRODUCT_NAME$
The macros for this page are shown in the following table.
Macro | Value that replaces the macro |
---|---|
@USER_FRIENDLY_NAME@ | The name that is passed in the invite user API. |
@INVITE_USER_LINK@ | A link to accept the invitation. |
@EXPIRY@ | The amount of time before the link expires. The default is 30 days. |
@TENANT@ | The tenant name. |
This page is the email that is sent to the user after they successfully complete the invitation. The email contains a link to log in to the tenant. Update the invite_user_complete_email.xml file to modify the page.
- $PRODUCT_NAME$
The macros for this page are shown in the following table.
Macro | Value that replaces the macro |
---|---|
@LOGIN_PAGE_LINK@ | A link to the user login page. |
@TENANT@ | The tenant name. |
To change the page header, footer, and style on the invite new user pages, see Create common branding.