change password to passcode in GP response page

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

change password to passcode in GP response page

Cyber Elite
Cyber Elite

Hi,

 

Need to know how can i change the password to passcode in the response page for GP  and CP?

 

Regards

Mike

MP

Help the community: Like helpful comments and mark solutions.
3 accepted solutions

Accepted Solutions

Cyber Elite
Cyber Elite

@MP18,

Your response pages can be found within the GUI under Device -> Response Pages and the applicable Response Page. 

 

Custom Response Pages

View solution in original post

Hello,

Please click the link in the previous post 'Custom Response Pages'

 

Regards,

View solution in original post

@MP18,

That article goes in-depth on how you would customize the response pages. Move them off the box, customize them to whatever you want, put it back on the box. If you need detailed step-by-step tutorials I would advise that you open a support ticket and have them go through this with you. 

View solution in original post

6 REPLIES 6

Cyber Elite
Cyber Elite

@MP18,

Your response pages can be found within the GUI under Device -> Response Pages and the applicable Response Page. 

 

Custom Response Pages

Need to know what exactly i need to do to make this happen?

MP

Help the community: Like helpful comments and mark solutions.

Hello,

Please click the link in the previous post 'Custom Response Pages'

 

Regards,

@MP18,

That article goes in-depth on how you would customize the response pages. Move them off the box, customize them to whatever you want, put it back on the box. If you need detailed step-by-step tutorials I would advise that you open a support ticket and have them go through this with you. 

Many Thanks for answering the question.

MP

Help the community: Like helpful comments and mark solutions.

L7 Applicator

@MP18

In the default global protect login response you need to replace this code

    var error_text_color = '';      // Text color for logon failure message
  </script>
  </head>
  <body>
    <div class="loginscreen_logo">

With this code here:

    var error_text_color = '';      // Text color for logon failure message
    function passcode() {
      document.getElementById("passwdTitle").innerText = "Passcode";
    }
  </script>
  </head>
  <body onload="passcode()">
    <div class="loginscreen_logo">

-->

Screenshot_20180923-201558_Firefox.jpg

  • 3 accepted solutions
  • 3241 Views
  • 6 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!