The MDM WebUI login page is rendered by the JSP file login.jsp in the directory: MDM Tomcat HOME\apache-tomcat\webapps\talendmdm\auth\login.jsp To customize the MDM WebUI login page, follow these steps:
- Back up the file login.jsp.
-
Edit the file and modify it as desired. For example, remove the "blocks": <table width="100%" class="header1" border="0">
...
</table>
<table width="100%" class="header2" border="0">
...
</table> - Save the file.
|