| PasswordResetAction Enumeration |
Enum values for the tblPasswordResetLog.Action column
Namespace:
Omada.OE.Solution.OIM.AppLogic.Model
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic enum PasswordResetAction
Members
| Member name | Value | Description |
---|
| Enrolled | 0 | |
| ResetSucceded | 1 | |
| ChallengeResponsFailed | 2 | |
| ResetFailed | 3 | |
| SoftLocked | 4 | |
| HardLocked | 5 | |
| IdentityIdentFailed | 6 |
The entered username was not recognized
|
| Submitted | 7 |
The password change has been handed over to a provisioning service
|
| Throttling | 8 |
Password reset web page is throttling because of many failed requests
|
| Unlocked | 9 |
Identity was unlocked by an administrator
|
| PartialSuccess | 10 |
The password reset action partially succeeded
|
| ConfigurationError | 11 |
Multiple clients is configured
|
See Also