Table of Contents

Enum UserAuthenticationResultType

Namespace
Dynamicweb.Users.Frontend.UserAuthentication
Assembly
Dynamicweb.Users.dll
public enum UserAuthenticationResultType

Fields

ExceededFailedLogOnLimit = 5

Exceeded limit of failed login attempts.

ExternalProviderAuthenticationFailed = 7

External provider authentication failed.

ExternalProviderEmailNotProvided = 8

External provider email not provided.

ExternalProviderNotRegisteredOrInactive = 9

External provider not registered or inactive.

IncorrectLogin = 2

Wrong username or password.

LoginLocked = 6

User login has been locked.

MfaVerificationFailed = 14

MFA Verification failed.

MfaVerificationRequired = 13

MFA Verification required.

None = 0
PasswordChangedSuccess = 12

User password has been successfully changed.

PasswordExpired = 4

Password is expired and must be renewed.

PasswordLengthInvalid = 3

Invalid password length.

Success = 1

Login was successful.

UserAutoCreationDisabled = 10

User auto creation is disabled.

UserCreationFailed = 11

User auto creation failed.

To top