Skip to main content

Modify the profile ID prompt

When the PROFILE ID TAG option is enabled (Manage the system > Modules > Front-end (psf) ), users enter their profile ID as the login ID, instead of, or as an additional option to selecting a target system on which to identify themselves. For example:

2738.png

You can use text other than Bravura Security Fabric by changing the value of PROFILE_ID_TAG.

For example, to change the tag to your company name:

  1. Create the file: \<instance>\design\custom\en-us-language.kvg.

    Edit the file to replace the _SUITE string with your company name; for example:

    # KVGROUP-V1.0 
    "language" "EN_US" = { 
      "PROFILE_ID_TAG" "" = { 
         "text" = "Example Company" 
      } 
    }
  2. Open a command prompt and go to \<instance>\design\.

    Run the following two commands:

    make.bat default en-us 
    make.bat install default en-us
  3. Test the result by opening a browser to the Front-end (psf) login page.

Note

You can also customize and internationalize the product name by modifying the _SUITE tag.