- 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
Step 2: extra activation data
- Updated on 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
...
<ExtraActivationData>
<View title="Activation (Offline)">
<Fields>
Field id="CreatePassword"name="Local password"
comment="Create your DIGIPASS® local password." />
Field id="CreatePasswordConfirmation"name="Confirmation password"comment="Enter yourconfirmation password." />
Field id="UserIdentifier"name="User identifier"comment="Enter your user identifier." />
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. In standard offline activation mode, the Extra Activation Data view is only designed as an additional view if the splitPasswordInput attribute is set to true. If not, the password and user identifier elements will be displayed in the Activation Data view (see also Step 1: activation data).
StandardActivation > 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 (Offline).
StandardActivation > 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.
StandardActivation > ExtraActivationData > View > Errors > Error:
id="ConfirmationPasswordIncorrect": The confirmation password is incorrect.
id="UserIdentifierEmpty": You must enter a user identifier.