From version 6.5.9.5 onwards customisation of the authentication method names for both the administrators console and the Single Sign-On Console are performed by editing the properties of a single file.
...
| 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 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";
...