- 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
Step 3: extra activation data
- Updated on 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
...
<ExtraActivationData">
<View title="Activation (Online)">
<Fields>
<Field id="UserIdentifier"name="User identifier"comment="Enter your user identifier." />
<Field id="CreatePassword"name="Local password"comment="Create your DIGIPASS® local password." />
<Field id="CreatePasswordConfirmation"name="Confirmation password"comment="Enter your confirmation password." />
<Field id="VerifyPassword"name="Local password"comment="Enter your DIGIPASS® local password."class="inputText" />
</Fields>
<Errors>
<Error id="ConfirmationPasswordIncorrect"value="The confirmation password does not match the password." />
<Error id="UserIdentifierEmpty"value="You must enter a user identifier." />
</Errors>
</View>
</ExtraActivationData>
...
Graphical customization
This element is used to configure the rendering when password protection or the user identifier is used. This element is optional.
MultiDeviceActivation > ExtraActivationData > View: This element defines the appearance of the extra activation data screen. The background of the element is not customizable.
title: The default value is Activation MultiDevice.
MultiDeviceActivation > ExtraActivationData > View > Fields > Field:
id="CreatePassword": This is the field for the password which will be used to encrypt the secret.
id="CreatePasswordConfirmation": This is the field for confirming the password.
id="UserIdentifier": This is the field for the user identifier.
id="VerifyPassword": This is the field for verifying the password.
MultiDeviceActivation > ExtraActivationData > View > Errors > Error:
id="ConfirmationPasswordIncorrect": The confirmation password is incorrect.
id="UserIdentifierEmpty": You must enter a user identifier.