Click or drag to resize

VGPasswordModificationStatus Enumeration

Defines all the password modification status

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
[FlagsAttribute]
public enum VGPasswordModificationStatus
Members
  Member nameValueDescription
Success1 The password modification succeeds.
Failure2 The password modification fails.
OldPasswordDoesNotMatch4 The password modification fails. Old password does not match the password stored in the repository
LastBadLogin8 The password modification fails. The password does not match the password stored in the repository and if the next logon fails the account will be locked.
AccountIsLockedOut16 The password modification fails. The current password is locked out and must be unlocked by an administrator before changing the password
PasswordConfirmationDoesNotMatch32 The password modification fails. The password confirmation does match with the new password.
UserNotFound64 The password modification fails. The user is not found in the repository
NewPasswordDoesNotPassValidation128 The password modification fails. The new password does not pass the validation according to the password policy
PasswordAnswerDoesNotMatch256 The password modification fails. The password answer does match the answer stored in the repository
ChangePasswordRequestKeyNotMatch512 The password modification fails as the requested key could not match with the generated key.
ChangePasswordRequestExpired1024 The password modification fails as the requested time duration expired
ChangePasswordRequestNotExists2048 The password modification fails as the claim doesn not exists. This could be because password is already generated or generating with invalid request.
See Also