Table of Contents

Enum LogOnFailedReason

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

Fields

ExceededFailedLogOnLimit = 4
Exceeded limit of failed login attempts.
IncorrectLogin = 1
Wrong username or password.
LoginLocked = 5
User login has been locked.
PasswordExpired = 3
Password is expired and must be renewed.
PasswordLengthInvalid = 2
Invalid password length.
Undefined = 0
To top