Customizing the OpsCenter login page
OpsCenter provides you a way of customizing the login page as per your requirements. You can define customized login message
To customize the OpsCenter login page
- Using a text editor, create a file named
customerpreferences.confat the following location:Windows
install_path\opscenter\server\configinstall_path is the location where OpsCenter is installed.
UNIX
/opt/SYMCOpsCenterServer/config - Add the following contents in the
customerpreferences.conffile:SHOW_MESSAGE_IN_LOGIN_DIALOG=true
LOGIN_DIALOG_MESSAGE_TEXT=Login dialog message
SHOW_LOGIN_MESSAGE=true
IS_LOGIN_MESSAGE_TYPE_CONFIRM=false
LOGIN_MESSAGE=Login message
SHOW_MESSAGE_IN_HEADER_AND_FOOTER=true
HEADER_FOOTER_MESSAGE_TEXT=Header footer message
SHOW_CUSTOMIZED_INVALID_CREDENTIAL_MESSAGE=true
INVALID_CREDENTIAL_MESSAGE=Invalid credential message
- Save the
customerpreferences.conffile. - Stop and restart the OpsCenter services.