The Message of the Day (MOTD) or Welcome Message configured in the Management Console does not appear in the User Console for Identity Manager 14.5 or 15.x. This occurs even when the message is correctly set in the User Console Theme settings.
Symptoms
A code defect in the default JSP files (home.jsp and taskshomepage.jsp) causes the welcome string to be bypassed if task plugins are configured. The JSP logic does not correctly verify if the task list is empty before suppressing the welcome message.
The issue is fixed in IGA v15 SP1 (15.0.1). To resolve the problem, install v15.0.1
Alternatively, use one of the following workarounds to display the message:
Option 1: Use the homePageHTML Property (Recommended)
homePageHTML (Case Sensitive)<b>System Maintenance at 10 PM</b>).Option 2: Modify the index.jsp Configuration
iam_im.ear/user_console.war/app/ui7/index.jsphomePagePlugins = true;false: homePagePlugins = false;