How to Hide the Spectrum Administrator User Name from the Spectrum Configuration Administration Page?
Release: All Supported Releases
Component: SPCOCK - Spectrum OneClick
Open the <SPECROOT>/tomcat/webapps/spectrum/WEB-INF/common/ss-config.jsp and comment out the following three lines so they look like the below:
<%-- <apputil:message key="ss-config.setName" arg0="<%=shortName%>" arg1="<%=suiteName%>"/> --%>
<%-- <apputil:message key="ss-config.userName"/> <font size="2" color='red'>*</font> --%>
<%-- <input type="text" size=25 class="form-control" name="adminUserName" value="<%=StringEscapeUtils.escapeHtml(adminUserName)%>" /> --%>
Save the file and reload the page. You will no longer see the Admin Username displayed.