Visual Guard Class Library Documentation

VGPasswordModificationStatus Enumeration

Defines all the password modification status

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum VGPasswordModificationStatus

Members

Member Name Description Value
Success The password modification succeeds. 1
Failure The password modification fails. 2
OldPasswordDoesNotMatch The password modification fails. Old password does not match the password stored in the repository 4
LastBadLogin 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. 8
AccountIsLockedOut The password modification fails. The current password is locked out and must be unlocked by an administrator before changing the password 16
PasswordConfirmationDoesNotMatch The password modification fails. The password confirmation does match with the new password. 32
UserNotFound The password modification fails. The user is not found in the repository 64
NewPasswordDoesNotPassValidation The password modification fails. The new password does not pass the validation according to the password policy 128
PasswordAnswerDoesNotMatch The password modification fails. The password answer does match the answer stored in the repository 256

Requirements

Namespace: Novalys.VisualGuard.Security

Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)

See Also

Novalys.VisualGuard.Security Namespace