Open this page in the API Guide

CoreConfigSettingIds.AccountLockoutLogonFailureReason Field

Specifies the failure reason to return when attempting to log on with a locked account.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
public static readonly Guid AccountLockoutLogonFailureReason

Field Value

Type: Guid
Remarks

For security reasons, this should be set to UnrecognizedCredentials in public-facing deployments. This hides the fact that an account is locked from the end user, which may not be desirable in all cases.Alternatively, choose ExcessiveLogOnFailures, which can reveal to the user attempting to log on that the account is locked. The latter option is not recommended for public-facing deployments as it allows a "user enumeration via account lockout" scenario.

The value of this constant is f1721d48-98aa-488e-a9c1-df33e3bb0242.

Data Type: LogOnFailureReason. Default Value: UnrecognizedCredentials.
See Also