Defines all the password question and answer modification status
Namespace:
Novalys.VisualGuard.SecurityAssembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
[FlagsAttribute] public enum VGPasswordQuestionAndAnswerModificationStatus |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration VGPasswordQuestionAndAnswerModificationStatus |
Members
| Member name | Description | |
|---|---|---|
| Success |
The modification succeeds.
| |
| Failure |
The modification fails.
| |
| PasswordDoesNotMatch |
The modification fails. The given password does not match the password stored in the repository
| |
| LastBadLogin |
The modification fails. The given password does not match the password stored in the repository and
if the next authentication fails the account will be locked.
| |
| AccountIsLockedOut |
The modification fails. The user account is locked out and must be unlocked by an administrator before changing the password question and answer.
| |
| UserNotFound |
The modification fails. The user is not found in the repository
|