Change password
  • 23 Oct 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Change password

  • Dark
    Light
  • PDF

Article summary

  1. <ChangePassword>

  2.  <View title="ChangePassword" />

  3.    <MenuItem value="ChangePassword"icon="change_password.png" />

  4.      <Fields>

  5.       <Field id="OldPassword"name="OldPassword" comment="Please enter your current DIGIPASS® local   password." />

  6.       <Field id="NewPassword"name="NewPassword" comment="Please enter your new DIGIPASS® local   password." />

  7.       <Field id="Confirmation Password"

  8. name="ConfirmationPassword" comment="Enter your confirmation password." />

  9.      </Fields>

  10.      <Errors>

  11.       <Error id="OldPasswordEmpty" value="You must enter the old local password." />

  12.       <Error id="OldPasswordTooShort"value="The old local password is too short. The minimal length  is %_MinLength_%." />

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

  14.       <Error id="NewPasswordCharactersNotAlphanumeric" value="The new password must be alphanumerical." />

  15.       <Error id="NewPasswordCharactersNotNumeric" value="The new password must be numerical." />

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

  17.       <Error id="NewPasswordEmpty"value="You must enter a new local password." />

  18.       <Error id="NewPasswordTooShort"value="The new local password is too short. The minimal length  is %_MinLength_%." />

  19.       <Error id="PasswordWeak"

  20. value="The new local password is weak." />

  21.       <Error id="ConfirmationPasswordIncorrect"value="The confirmation password does not match the  password." />

  22.      </Errors>

  23.  </View>

  24. </ChangePassword>

Functional customization

  • ChangePassword: This element is used to configure the change password functionality.

Graphical customization

  • ChangePassword > View: This element defines the graphical rendering of the change password functionality.

    • title: The default value is Change password.

  • ChangePassword > View > MenuItem:

    • value: The default value is Change password.

  • ChangePassword > View > Fields > Field:

    • id="OldPassword": This is the field for the old password.

    • id="NewPassword": This is the field for the new password.

    • id="ConfirmationPassword": This is the field for confirming the password.

  • ChangePassword > View > Errors > Error:

    • id="OldPasswordEmpty": You must enter the old local password.

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

      The %_MinLength_% mask is used by Mobile Authenticator Studio to replace the minimum length of the challenge in the error message.

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

    • id="NewPasswordCharactersNotAlphanumeric": The new password must be alphanumerical.

    • id="NewPasswordCharactersNotNumeric": The new password must be numerical.

    • id="OldPasswordCharactersNotAlphanumeric": The old password must be alphanumerical.

    • id="OldPasswordCharactersNotNumeric": The old password must be numerical.

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

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

    • id="NewPasswordWeak": The new local password is weak.

    • id="ConfirmationPasswordIncorrect": The password confirmation is incorrect.


Was this article helpful?

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