Enum Standard.User.OnExtranetLoginFailedArgs.FailReason
- Namespace
- Dynamicweb.Notifications
- Assembly
- Dynamicweb.dll
Reason of authorisation failure.
public enum Standard.User.OnExtranetLoginFailedArgs.FailReason
Fields
[Obsolete("Use ExceededFailedLogOnLimit instead.")] ExceededFailedLoginLimit = 100ExceededFailedLogOnLimit = 4- Exceeded limit of failed login
IncorrectLogin = 1- Wrong password
LoginLocked = 5- Exceeded limit of failed login, user login has benn locked
PasswordExpired = 3- Expired password
PasswordLengthInvalid = 2- Incorrect password length
Undefined = 0