Click or drag to resize

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
Syntax
C#
public enum PasswordResetAction
Members
  Member nameValueDescription
Enrolled0
ResetSucceded1
ChallengeResponsFailed2
ResetFailed3
SoftLocked4
HardLocked5
IdentityIdentFailed6 The entered username was not recognized
Submitted7 The password change has been handed over to a provisioning service
Throttling8 Password reset web page is throttling because of many failed requests
Unlocked9 Identity was unlocked by an administrator
PartialSuccess10 The password reset action partially succeeded
ConfigurationError11 Multiple clients is configured
See Also