Customize the site information on the Login page
You can modify the site information that is displayed on the right side of the Login page.
About this task
You must perform customization tasks on a primary node.The site information that is provided by IBM is delivered as an HTML template, nls/html/LoginPageInfoContent.html, and a properties file, nls/LoginPageInfoContent.properties. The properties file contains text that is substituted into the HTML template. To customize the site information on the Login page, you can take one of the following actions:
Procedure
- Download the LoginText.properties file from the ui/nls folder.
- From the top level of the Appliance Dashboard, click Configure > Advanced Configuration > Custom File Management.
- From the All Files tab, click directories > ui > nls.
- Type LoginPageInfoContent.properties in the search box. The list of LoginPageInfoContent.properties files is displayed.
- Select LoginPageInfoContent.properties and click Download.
- Save the file.
- Edit the properties in the LoginPageInfoContent.properties file to provide the text that you want to be displayed on the right side of the Login page.
- Save the file.
- Upload the LoginPageInfoContent.properties file. From the All Files tab, click directories > ui > config.
- Select LoginPageInfoContent.properties and click Upload.
- Click Browse to select the LoginPageInfoContent.properties file that you customized.
- Click Save Configuration to upload the file.
- Use one of these alternative methods.
- Create a custom version of the nls/html/LoginPageInfoContent.html template and modify it to use whatever HTML formatting and template substitutions that you want. Then, create a custom copy of the nls/LoginPageInfoContent.properties file and modify or replace the properties in it to provide the necessary substitutions for your custom HTML template.
- If you do not want to use an HTML template with substitutions, you can create a custom copy of the nls/html/LoginPageInfoContent.html template file. Then, replace the template substitution references with the actual site information text that you want to display.
Parent topic: Login page customization