For versions of DualShield before version 6.5.5 customisation of the authentication method names for the administrator's console and the Single Sign-On Console were performed separately.
ADMINISTRATOR'S CONSOLE CUSTOMISATION
Customising the Authentication Method Names displayed in the DualShield Administrators Console (DAC) can be performed by editing a file found in a subfolder of the DualShield installation directory;
| Portal | Subfolder | File |
|---|---|---|
| DualShield Access Administrators Console (DAC) | \tomcat\dualapp\das5\WEB-INF\grails-app\i18n | “messages.properties” |
...
| Method Name | Parameter |
|---|---|
| One-Time Password | method.otp |
| On-Demand Password | method.odp |
| Grid Card | method.grid.card |
| Computer Fingerprint | method.computer.fingerprint |
| Computer DeviceID | method.computer.deviceid |
| Static Password | method.static.pass |
| Emergency Code | method.ecode |
| Question and Answer | method.qna |
Example
As an example to replace the default name for the authentication method "One-Time Password" you would edit the file "C:\Program Files\Deepnet DualShield\tomcat\dualapp\das5\WEB-INF\grails-app\i18n";
...
In the example below I have changed the displayed names for the authentication methods "On-Demand Password" and "One-Time Password";
SINGLE SIGN-ON CUSTOMISATION
Customising the Authentication Method Names during Authentication (Single-Sign-On);
...
