Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The names used to represent the authentication methods can be customised (both the names presented during authentication, and the names displayed in the management console).

To customise these names you will need to make modifications to files stored in subfolders of the DualShield installation directory.

From version 5.9.From version 6.5.5 onwards customisation of the authentication method names for both the administrators console and the Single Sign-On Console are performed by property changes in the following fileediting the properties of a single file.

Authentication Method customisations are made by editing a file found in a subfolder of the DualShield installation directory as follows;

Portals CustomisedSubfolderFile

DualShield Access Administrators Console (DAC)

Single Sign-On (SSO)

\tomcat\dualapp\das5\WEB-INF\grails-app\i18nmessages.properties

...

To customise authentication method names that are displayed in both the DualShield Access Console and the Single Sign-On portal you will need to examine the contents of this file and replace the existing prompts entered against the parameter for the specific authentication method that you want to customise (see table below for examples):

...

Method NameParameter
One-Time Passwordmethod.otp
On-Demand Passwordmethod.odp
Grid Cardmethod.grid.card
Computer Fingerprintmethod.computer.fingerprint
Computer DeviceIDmethod.computer.deviceid
Static Passwordmethod.static.pass
Emergency Codemethod.ecode
Question and Answermethod.qna

Example

As an example to replace the default names for the authentication methods "One-Time Password" and "On-Demand Password" you would edit the following parameters in the sub-folder "\tomcat\dualapp\das5\WEB-INF\grails-app\i18n";

...