cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Publish a message on the login page of HOPEX V1R3

AHassan
MEGA Partner
MEGA Partner

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

3 Replies

Thanks a lot Jerome and jcamara.

jcamara
Administrator
Administrator

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

 

Example.PNG

 

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.

 

jhorber
MEGA
MEGA

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.

 

 

Jerome