Manage instances
  • 23 Oct 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Manage instances

  • Dark
    Light
  • PDF

Article summary

Rename an instance

  1. <RenameInstance>

  2.  <View title="Rename the DIGIPASS" />

  3.    <MenuItem value="Rename the DIGIPASS"icon="rename.png" />

  4.    <Fields>

  5.       <Field id="RenameInstance"value="Change the DIGIPASS name"comment="Enter the DIGIPASS name" />

  6.    </Fields>

  7.    <Buttons>

  8.      <Button id="OK"value="Ok" />

  9.      <Button id="Cancel"value="Cancel" />

  10.    </Buttons>

  11.    <Errors>

  12.       <Error id="InstanceNameEmpty"value="You must enter a DIGIPASS name." />

  13.       <Error id="InstanceNameAlreadyUsed"value="The DIGIPASS name you entered is already   used." />

  14.    </Errors>

  15.  </View>

  16. </RenameInstance>

Functional customization

  • RenameInstance: This element is used to configure the functionality to rename the authenticator instance.

Graphical customization

  • RenameInstance > View: This element defines the graphical rendering of the rename instance functionality.

  • RenameInstance > View > MenuItem:

    • value: The default value is Rename the DIGIPASS.

  • RenameInstance > View > Fields > Field:

    • id="RenameInstance": The field used to rename the authenticator instance.

    RenameInstance > View > Buttons > Button:

    • id="OK": The button to confirm the rename instance process.

    • id="Cancel": The button to cancel the rename instance process.

  • RenameInstance > View > Errors > Error:

    • id="InstanceNameEmpty": You must enter an authenticator name.

    • id="InstanceNameAlreadyUsed": The authenticator name you entered is already used.

Delete instance

  1. <DeleteInstance>

  2.  <View>

  3.    <MenuItem value="Delete the DIGIPASS"icon="delete.png" />

  4.    <Labels>

  5.       <Label id="ConfirmationMessage"value="You are about to definitely destroy your DIGIPASS ‘%_ InstanceName_%’. Do you confirm?" />

  6.    </Labels>

  7.    <Buttons>

  8.      <Button id="OK"value="Yes" />

  9.      <Button id="Cancel"value="No" />

  10.    </Buttons>

  11.  </View>

  12. </DeleteInstance>

Functional customization

  • DeleteInstance: This element is used to configure the functionality to delete an authenticator instance.

Graphical customization

  • DeleteInstance > View > MenuItem:

    • value: The default value is Delete the DIGIPASS.

  • DeleteInstance > View > Labels > Label:

    • id="ConfirmationMessage": The confirmation message that is displayed before deleting an authenticator instance.

  • DeleteInstance > View > Buttons > Button:

    • id="OK": The button to confirm the delete instance process.

    • id="Cancel": The button to cancel the delete instance process.

Add instance

  1. <AddInstance>

  2.  <View>

  3.    <MenuItem value="Add a DIGIPASS instance"icon="add.png" />

  4.  </View>

  5. </AddInstance>

Functional customization

  • AddInstance: This element is used to configure the functionality to add an authenticator instance.

Graphical customization

  • AddInstance > View: This element defines the graphical rendering of the add instance.

  • AddInstance > View > MenuItem:

    • value: The default value is Add a DIGIPASS instance.


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Ozzy, our interactive help assistant