Customize the copyright information

You can modify the copyright information at the bottom of the Login page.

About this task

You must perform customization tasks on a primary node.

The copyright information that is provided by IBM is delivered as an HTML template, nls/html/LoginPageCopyrightContent.html, and a properties file, nls/LoginPageCopyrightContent.properties. The properties file contains the text that is substituted into the HTML template. To customize the copyright information on the Login page, you can take one of the following actions:

Procedure

  1. Modify the FOOTER_TEXTentry in the current LoginPageCopyrightContent.properties file. Use this method to continue to use the HTML template that is provided by IBM.
    1. From the top level of the Appliance Dashboard, click Configure > Advanced Configuration > Custom File Management.
    2. From the All Files tab, click directories > ui > nls.
    3. Type LoginPageCopyrightContent.properties in the search box. The list of LoginPageCopyrightContent.properties files is displayed.
    4. Select LoginPageCopyrightContent.properties and click Download.
    5. Save the file.
    6. Edit the FOOTER_TEXT entry in the file.
      FOOTER_TEXT=(add your text here)
    7. Save the file.
    8. Upload the custom LoginPageCopyrightContent.properties file. From the All Files tab, click directories > ui > config.
    9. Select LoginPageCopyrightContent.properties and click Upload.
    10. Click Browse to select the LoginPageCopyrightContent.properties file that you customized.
    11. Click Save Configuration to upload the file.
  2. Optional: Use one of these alternative methods.
    • Create a custom version of the nls/html/LoginPageCopyrightContent.html template and modify it to use whatever HTML formatting and template substitutions that you want. Then, create a custom copy of the nls/LoginPageCopyrightContent.properties file and add or modify 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/LoginPageCopyrightContent.html template file. Then, replace the template substitution references with the actual copyright text that you want to display.

Parent topic: Login page customization