Product:TIBCO Spotfire Server
Versions:11.4 and Above
Summary:
This article describes how to display a static custom message on the Spotfire Web UI Login Screen. There may at times be a need to display a certain important message/instruction/warnings for the Spotfire users that may be of concern to your organization.
Details:
There are two ways to achieve this depending on the use case
Resolution:
Export the configuration and make the necessary changes as specified below.

Versions:11.4 and Above
Summary:
This article describes how to display a static custom message on the Spotfire Web UI Login Screen. There may at times be a need to display a certain important message/instruction/warnings for the Spotfire users that may be of concern to your organization.
Details:
There are two ways to achieve this depending on the use case
- RSS Feed (This can generally be used for providing much more elaborate text, clickable links, icons in all Spotfire clients )
- Setting security.login-page.text configuration property (This can be used to display a simple text message below the login credentials textboxes on the Spotfire Server login page)
Resolution:
Export the configuration and make the necessary changes as specified below.
- On the Spotfire Server installed machine, open the command prompt and navigate to the following folder "C:\tibco\tss\11.x.x\tomcat\spotfire-bin"
- Run the following commands:
- config export-config --tool-password=mypassword
- config set-config-prop -n "security.login-page.text" -v "If not a Spotfire User, Please request for access"
- config import-config --tool-password=mypassword --comment=what was changed
- Restart your Spotfire server for the changes to take effect.