On this page: Target audience: CAST AI Administrators |
Summary: This page explains how to modify error messages displayed on login to the CAST Application Analytics and Engineering Dashboards. |
It is possible to modify the messages displayed in red described below:
To change these messages, first locate and open the following file in a text editor:
AAD - %CATALINA_HOME%\webapps\CAST-AAD\portal\resources\urls.json AED - %CATALINA_HOME%\webapps\CAST-AED\engineering\resources\urls.json |
{ "id": "login-invalid-user", "message":"You are not authorized to access any applications" }, { "id": "login-invalid-data", "message":"Sorry, username or password invalid" } |
{ "id": "login-invalid-user", "message": "You are not authorized to access any applications - please contact your administrator." }, |