Defines all the password modification status

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
[FlagsAttribute]
public enum VGPasswordModificationStatus
Visual Basic
<FlagsAttribute> 
Public Enumeration 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

See Also