General
  • 23 Oct 2024
  • 3 Minutes to read
  • Dark
    Light
  • PDF

General

  • Dark
    Light
  • PDF

Article summary

  1. <General>

  2.  <View background="background.png">

  3.    <Fields>

  4.      <Field id="Password"name="Local password"comment="Please enter your DIGIPASS® local password" />

  5.    </Fields>

  6.    <Buttons>

  7.      <Button id="OK"value="OK" />

  8.      <Button id="Back"value="Back" />

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

  10.      <Button id="Exit"value="Exit" />

  11.    </Buttons>

  12.    <Errors>

  13.      <Error id="PasswordEmpty" value="You must enter a local password." />

  14.      <Error id="PasswordTooShort" value="The local password is too short. The minimal length is %_MinLength_%." />

  15.      <Error id="PasswordWrong"value="The validation of the password failed." />

  16.      <Error id="PasswordCharactersNotAlphanumeric"value="The password must be alphanumerical." />

  17.      <Error id="RemainingTries" value="Tries remaining: %_RemainingTries_%" />

  18.      <Error id="ApplicationLocked" value="The application has been locked. It must be reactivated." />

  19.      <Error id="NetworkNotReachable" value="This function requires Internet connectivity. You must connect to a Wi-Fi or cellular data network to access it." />

  20.      <Error id="HttpError"

  21. value="Server returned an error: %_ErrorCode_%" />

  22.      <Error id="CouldNotParseHTTPResponse" value="Could not parse the network response." />

  23.      <Error id="CouldNotInitializeServerTime"value="Invalid server time format" />

  24.      <Error id="AutoLaunchSerialNumberNotFound"value="The Serial number is not activated." />

  25.      <Error id="AutoLaunchError" value="An error occurred during the auto-launch process." />

  26.      <Error id="InternalError" value="An internal error occurred with code: %_ErrorCode_%." />

  27.      <Error id="InternalValidationError" value="Server validation failed: %_ErrorCode_%." />

  28.      <Error id="TokenDerivationNotSupported" value="Token derivation is not supported." />

  29.      <Error id="SVModified" value="The settings of your application have been modified. You must re-activate your DIGIPASS." />

  30.      <Error id="CameraPermissionRequired"

  31. value="This application requires access to the camera." />

  32.      <Error id="LocationServiceDisabled"

  33. value="The location service is turned off. Please check your settings to turn it on." />

  34.      <Error id="MultiDeviceActivationCryptoApplicationIndexIncorrect"value="The crypto application used for the multi-device  activation is not valid." />

  35.      <Error id="MultiDeviceLicenseActivationMessageImageNotValid" value="The image is not a correct activation image." />

  36.      <Error id="MultiDeviceLicenseActivationMessageSignatureNotValid"value="This message is not a relevant message to start your DIGIPASS activation." />

  37.      <Error id="MultiDeviceLicenseActivationMessageGroupIncorrect" value="This activation message cannot be used with this  device." />

  38.      <Error id="MultiDeviceInstanceActivationMessageImageNotValid" value="This image is not a relevant image to finalize your DIGIPASS activation." />

  39.      <Error id="MultiDeviceInstanceActivationMessageLicenseIncorrect"value="This activation message cannot be used to activate  this DIGIPASS." />

  40.      <Error id="MultiDeviceInstanceActivationMessageSignatureNotValid"value="The message signature has been altered." />

  41.      <Error id="MultiDeviceInstanceActivationMessageDeviceIdIncorrect"value="This message is not dedicated to this device." />

  42.      <Error id="PasswordWeak" value="The local password is weak." />

  43.    </Errors>

  44.  </View>

  45.  </Functional ..>

  46.  </Layout ..>

  47. </General>

  • General > View: This element is used to customize the common part of the graphical application rendering. The elements in General > View define the common texts of the Mobile Authenticator Studio application.

    • background: This attribute defines the default background of the application. It is mandatory .

  • General > View > Fields> Field:

    • id="Password": This is the field for the user password.

  • General > View > Buttons> Button:

    • id="OK": The default value is OK.

    • id="Back": The default value is Back.

    • id="Cancel": The default value is Cancel.

    • id="Exit": The default value is Exit.

    For the iOS platform, when the available space is not sufficient in the navigation bar, the platform might replace the label of the first button by the Back string.

    OneSpan recommends keeping icon button labels as short as possible.

  • General > View > Errors> Error:

    • id="PasswordEmpty": You must enter a local password.

    • id="PasswordTooShort": The local password is too short. The minimum length is %_MinLength_%.

    • id="PasswordWrong": The validation of the password failed.

    • id="PasswordCharactersNotAlphanumeric": The password must be alphanumerical.

    • id="PasswordCharactersNotNumeric": The password must be numerical.

    • id="RemainingTries": Tries remaining: %_RemainingTries_%.

    • id="ApplicationLocked": The application has been locked. It must be reactivated.

    • id="NetworkNotReachable": This function requires Internet connectivity. You must connect to a Wi-Fi or cellular data network to access it.

    • id="HttpError": Server returned an error: %_ErrorCode_%.

    • id="CouldNotParseHTTPResponse": Could not parse the network response.

    • id="CouldNotInitializeServerTime": Invalid server time format.

    • id="AutoLaunchSerialNumberNotFound": The serial number has not been activated.

    • id="AutoLaunchError": An error occurred during the auto-launch process.

    • id="InternalError": An internal error occurred with code: %_ErrorCode_%.

    • id="InternalValidationError": Server validation failed: %_ErrorCode_%.

    • id="TokenDerivationNotSupported": The token derivation is not supported.

    • id="SVModified": The settings of your application have been modified. You must reactivate your authenticator.

    • id="CameraPermissionRequired": The application does not have access to the camera. The user must grant the application access to the camera.

    • id="LocationServiceDisabled": The location service is turned off. Please check your settings to turn it on.

    • id="MultiDeviceActivationCryptoApplicationIndexIncorrect": The crypto application used for the multi-device activation is not valid.

    • id="MultiDeviceLicenseActivationMessageImageNotValid": The image is not a correct activation image.

    • id="MultiDeviceLicenseActivationMessageSignatureNotValid": This message is not a relevant message to start your authenticator activation.

    • id="MultiDeviceLicenseActivationMessageGroupIncorrect": This activation message cannot be used with this device.

    • id="MultiDeviceInstanceActivationMessageImageNotValid": This message is not a relevant message to finalize your authenticator activation.

    • id="MultiDeviceInstanceActivationMessageLicenseIncorrect": This activation message cannot be used to activate this authenticator.

    • id="MultiDeviceInstanceActivationMessageSignatureNotValid": The message signature has been altered.

    • id="MultiDeviceInstanceActivationMessageDeviceIdIncorrect": This message is not dedicated to this device.

    • id="PasswordWeak": The local password is weak.


Was this article helpful?

What's Next
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