NetXMS login page modification

Started by adimitrov, August 24, 2016, 01:52:22 PM

Previous topic - Next topic

adimitrov

Hello ,

Fast question how could i modify my login page of Netxms so i can have text and button below the logo, should i modify the nxmc.properties and how ?

Basically i want to add this to the login page:

<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
   <HEAD>
      <TITLE>
         Referrence to NetXMSDownloadPage
      </TITLE>
   </HEAD>
<BODY>
<form action="https://www.netxms.org/download/">
    <input type="submit" value="NetXMSDownloadPage" />
</form>
   <P>To download the latest version use the button above</P>
</BODY>
</HTML>

Victor Kirhenshtein

Hi,

currently it's not possible. Login page generated by application code (we are using Eclipse RAP framework). I can add option to display custom HTML on login page in future versions.

Best regards,
Victor