How to add compliance text to Spectrum OneClick login page
search cancel

How to add compliance text to Spectrum OneClick login page

book

Article ID: 234882

calendar_today

Updated On:

Products

CA Spectrum DX NetOps

Issue/Introduction


How can we add a compliance message to the Spectrum login page?

Environment

Release : 21.2

Component : Spectrum OneClick

Resolution

 

  • Take backup of tomcat/webapps/spectrum/login.jsp file.
  • Edit tomcat/webapps/spectrum/login.jsp file.
  • refresh the webpage to test the changes.

 <body>
      <div class="col justify-content-center">
         <div class="row row align-items-center">
            <div style="padding: 0 0 0 20;" >
               <img src="/spectrum/console/images/Broadcom_logo.svg" style="height: 40px; width: 150px;" >
            </div>
            <div id="productName" class="col-md-auto">
   <span style="padding: 0 10 0 0;">Access to this system is provided for authorized users and for approved business purposes only. Anyone accessing this computer system without authority or beyond their authority will be subject to legal or corporate disciplinary actions. Use of this system shall be for approved business purposes only. All data created by or residing on this system whether confidential, proprietary or otherwise is the property of the system owner. All activities on this system may be monitored to ensure compliance with Business policies, investigate possible misuse, perform system maintenance, scan for viruses and other malware, investigate performance and/or misconduct issues, or for other technical, legal or business reasons in accordance with the Code of Conduct for Business System Users. By logging on to the system, you consent to the collection, use and disclosure of personal information for these purposes. </span>
               <span style="padding: 0 10 0 0;">DX NetOps Spectrum </span>
            </div>