Table of Contents

Enum LogOnFailedReason

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Core.dll
public enum LogOnFailedReason

Fields

ExceededFailedLogOnLimit = 4

Exceeded limit of failed login attempts.

ExternalProviderAuthenticationFailed = 6

External provider authentication failed.

ExternalProviderEmailNotProvided = 7

External provider email not provided.

ExternalProviderNotRegisteredOrInactive = 8

External provider not registered or inactive.

IncorrectLogin = 1

Wrong username or password.

LoginLocked = 5

User login has been locked.

MfaVerificationFailed = 12

MFA Verification failed.

MfaVerificationRequired = 11

MFA Verification required.

PasswordExpired = 3

Password is expired and must be renewed.

PasswordLengthInvalid = 2

Invalid password length.

Undefined = 0
UserAutoCreationDisabled = 9

User auto creation is disabled.

UserCreationFailed = 10

User auto creation failed.

To top