CAST AIC Portal is unsupported. We encourage you to switch to AIP Console. |
Target audience: CAST AI Administrators |
Summary: this page describes how to change the email address of the CAST AI Administrator that is used when one of the "Can't access" options on the login screen of the CAST AIC Portal is used. |
If for any reason a user cannot access the CAST AIC Portal (they do not have a login or they have forgotten their password), the Can't access options offer them the chance to contact the administrator to request access:
When this option is used, two sub-options are provided:
For each sub-option, a draft email will be created in the user's default email client requesting a new password or access:
The template for these draft emails cannot be changed (the user is free to change the draft email), however you can modify the email address of the CAST AI Administrator to which the email will be sent.
%CATALINA_HOME%\webapps\CAST-AICP\WEB-INF\web.xml |
<!-- The email address of the Cast AIP administrator --> <context-param> <param-name>administratorEmailAddress</param-name> <param-value>cast_administrator@customer.local</param-value> </context-param> |