Customizing SSPR windows
You can customize the BMC AMI Security Self Service Password Reset (SSPR) windows to display customized graphics, such as your company logo, and provide addition help text. SSPR supports the following customizations:
- Custom logo instead of the BMC AMI logo.
- Help text
Create a custom partitioned data set with the following attributes:
Attribute
Value
RECFM
V
LRECL
4092
BLKSIZE
4096
- Allocate the data set to DD name USERDOCS in the SSPR JCL procedure.
Custom data set member include the following types:
- Images—Must be PNG files that are BINARY transferred to the USERDOCS data set
- Text—Must be HTML-formatted text that is BINARY transferred to the USERDOCS data set
You can use any valid member name for the image and text files. Use the SSPR configuration parameters to configure member names:
Keyword | Format | Description | Sample Configuration | Sample UI |
---|---|---|---|---|
LogoImage | PNG | Defines the member to use as the logo | Click to enlarge the image | |
LogoImageWidth | Not applicable | Defines the width of the logo image, as a percentage | Logo width set to 50% Click to enlarge the image | |
HelpText | HTML | Defines the text to display in the Help menu | Click to enlarge the image | Click to enlarge the image |
Related topic