- 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
Manage instances
- Updated on 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
Rename an instance
<RenameInstance>
<View title="Rename the DIGIPASS" />
<MenuItem value="Rename the DIGIPASS"icon="rename.png" />
<Fields>
<Field id="RenameInstance"value="Change the DIGIPASS name"comment="Enter the DIGIPASS name" />
</Fields>
<Buttons>
<Button id="OK"value="Ok" />
<Button id="Cancel"value="Cancel" />
</Buttons>
<Errors>
<Error id="InstanceNameEmpty"value="You must enter a DIGIPASS name." />
<Error id="InstanceNameAlreadyUsed"value="The DIGIPASS name you entered is already used." />
</Errors>
</View>
</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
<DeleteInstance>
<View>
<MenuItem value="Delete the DIGIPASS"icon="delete.png" />
<Labels>
<Label id="ConfirmationMessage"value="You are about to definitely destroy your DIGIPASS ‘%_ InstanceName_%’. Do you confirm?" />
</Labels>
<Buttons>
<Button id="OK"value="Yes" />
<Button id="Cancel"value="No" />
</Buttons>
</View>
</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
<AddInstance>
<View>
<MenuItem value="Add a DIGIPASS instance"icon="add.png" />
</View>
</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.