‎16-10-2017 01:14 PM
Hi!
Is there an easy way to publish a message on the login page of HOPEX (V1R3) for situations where we want to reach all users, such as when we have planned downtime?
Regards,
Asim
Solved! Go to Solution.
‎31-10-2017 01:19 PM
Thanks a lot Jerome and jcamara.
‎30-10-2017 11:45 PM - edited ‎30-10-2017 11:47 PM
Hi Asim,
I second Jerome's statement that there is no standard way but did you try modifying the login.aspx file located, by default, in the C:\inetpub\wwwroot\Hopex" folder? For example, adding "System will be down for Maintenance on Saturday, November 4th. Please Plan accordingly" below the "<div style="bottom:60px; position:absolute; text-align:center; top:320px; width:100%;">" line:
<div style="bottom:60px; position:absolute; text-align:center; top:320px; width:100%;">
System will be down for Maintenance on Saturday, November 4th. Please Plan accordingly
Once performed, the message will appear centered in the login screen, below the "Lost Password" hyperlink. This is a quick/simply way but there may also be additional options.
‎16-10-2017 01:38 PM
Hello Asim
I assume you refer to HOPEX Web Front-end
There is no standard feature for this (specify a message announcing that the application will be unavailable for maintenance, display this message before the maintenance)
You can consider to customize the code of the login page and add a specific message.