Defines all the password modification status

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

Syntax

C#
[FlagsAttribute]
public enum VGPasswordModificationStatus
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration VGPasswordModificationStatus

Members

Member nameDescription
Success
The password modification succeeds.
Failure
The password modification fails.
OldPasswordDoesNotMatch
The password modification fails. Old password does not match the password stored in the repository
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.
AccountIsLockedOut
The password modification fails. The current password is locked out and must be unlocked by an administrator before changing the password
PasswordConfirmationDoesNotMatch
The password modification fails. The password confirmation does match with the new password.
UserNotFound
The password modification fails. The user is not found in the repository
NewPasswordDoesNotPassValidation
The password modification fails. The new password does not pass the validation according to the password policy
PasswordAnswerDoesNotMatch
The password modification fails. The password answer does match the answer stored in the repository

See Also