Customizing content - Adaptive Applications - BlueCat Gateway - 3.0.8

Device Registration Portal Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
3.0.8

Customize the DRP content.

You can customize the DRP content, including policy, header text, title, footer text, form field label, placeholder, and hint via an uploaded .json file. You can retrieve the default content file with the default value via the UI Customization configure page.

Acceptance User Policy Page

You can customize the following:
  1. Title
  2. Help link
  3. Policy content (can inject HTML tags)

Decline Page

You can customize the following:
  1. Title
  2. Help link
  3. Policy content (can inject HTML tags)

Admin Login Page

You can customize the following:
  1. Title
  2. Help link
  3. Policy content (can inject HTML tags)
  4. Field labels

Admin Management Page

You can customize the following:
  1. Search placeholder
  2. Register message
  3. Register field labels
  4. Register field hints

User Login Page

You can customize the following:
  1. Title
  2. Help link
  3. Message content (can inject HTML tags)

User Management Page

You can customize the following:
  1. Message content
  2. Register field labels
  3. Register field hints

Passphrase Page

You can customize the following:
  1. Title
  2. Help link
  3. Message content (can inject HTML tags)

Guest Page

You can customize the following:
  1. Message
  2. Register field labels
  3. Register field placeholders
  4. Register field hints

Header

You can customize the following:
  1. Brand
  2. Title
  3. Subtitle
You can add HTML links in the Header section. The following is an example:
  "header": {
    "brand": "bluecat network registration",
    "title": "<a href=\"http://bluecatnetworks.com\">BlueCat Networks</a>",
    "subtitle": ""
  },