- 23 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
Step 2: extra activation data
- Mis à jour le 23 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
...
<ExtraActivationData">
<Viewtitle="Activation (Online)">
<Fields>
<Fieldid="UserIdentifier"name="User identifier" comment="Enter your user identifier." />
<Fieldid="CreatePassword"name="Local password" comment="Create your DIGIPASS® local password." />
<Fieldid="CreatePasswordConfirmation" name="Confirmation password"comment="Enter your confirmation password." />
<Fieldid="VerifyPassword"name="Local password" comment="Enter your DIGIPASS® local password." class="inputText" />
</Fields>
<Errors>
<Errorid="ConfirmationPasswordIncorrect" value="The confirmation password does not match the password." />
<Errorid="UserIdentifierEmpty"value="You must enter a user identifier." />
</Errors>
</View>
</ExtraActivationData>
...
Graphical customization
StandardActivation > ExtraActivationData > : This element is used to configure the rendering when password protection or the user identifier is used. This element is optional.
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 Standard.
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="VerifyPassword": This is the field for verifying the password.
id="UserIdentifier": This is the field for the user identifier.
StandardActivation > ExtraActivationData > View > Errors > Error:
id="UserIdentifierEmpty": You must enter a user identifier.
id="ConfirmationPasswordIncorrect": The confirmation password is incorrect.