- 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
Change password
- Updated on 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
<ChangePassword>
<View title="ChangePassword" />
<MenuItem value="ChangePassword"icon="change_password.png" />
<Fields>
<Field id="OldPassword"name="OldPassword" comment="Please enter your current DIGIPASS® local password." />
<Field id="NewPassword"name="NewPassword" comment="Please enter your new DIGIPASS® local password." />
<Field id="Confirmation Password"
name="ConfirmationPassword" comment="Enter your confirmation password." />
</Fields>
<Errors>
<Error id="OldPasswordEmpty" value="You must enter the old local password." />
<Error id="OldPasswordTooShort"value="The old local password is too short. The minimal length is %_MinLength_%." />
<Error id="PasswordWrong"value="The validation of the old local password failed." />
<Error id="NewPasswordCharactersNotAlphanumeric" value="The new password must be alphanumerical." />
<Error id="NewPasswordCharactersNotNumeric" value="The new password must be numerical." />
<Error id="OldPasswordCharactersNotAlphanumeric"value="The old password must be alphanumerical." />
<Error id="NewPasswordEmpty"value="You must enter a new local password." />
<Error id="NewPasswordTooShort"value="The new local password is too short. The minimal length is %_MinLength_%." />
<Error id="PasswordWeak"
value="The new local password is weak." />
<Error id="ConfirmationPasswordIncorrect"value="The confirmation password does not match the password." />
</Errors>
</View>
</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.