Defines all the password question and answer modification status
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| Success | The modification succeeds. | 1 |
| Failure | The modification fails. | 2 |
| PasswordDoesNotMatch | The modification fails. The given password does not match the password stored in the repository | 4 |
| 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. | 8 |
| AccountIsLockedOut | The modification fails. The user account is locked out and must be unlocked by an administrator before changing the password question and answer. | 16 |
| UserNotFound | The modification fails. The user is not found in the repository | 64 |
Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)
Novalys.VisualGuard.Security Namespace