Enum UserAuthenticationResultType
- Namespace
- Dynamicweb.Users.Frontend.UserAuthentication
- Assembly
- Dynamicweb.Users.dll
public enum UserAuthenticationResultType
Fields
ExceededFailedLogOnLimit = 5Exceeded limit of failed login attempts.
ExternalProviderAuthenticationFailed = 7External provider authentication failed.
ExternalProviderEmailNotProvided = 8External provider email not provided.
ExternalProviderNotRegisteredOrInactive = 9External provider not registered or inactive.
IncorrectLogin = 2Wrong username or password.
LoginLocked = 6User login has been locked.
MfaVerificationFailed = 14MFA Verification failed.
MfaVerificationRequired = 13MFA Verification required.
None = 0PasswordChangedSuccess = 12User password has been successfully changed.
PasswordExpired = 4Password is expired and must be renewed.
PasswordLengthInvalid = 3Invalid password length.
Success = 1Login was successful.
UserAutoCreationDisabled = 10User auto creation is disabled.
UserCreationFailed = 11User auto creation failed.