Server.LoginFailureReason enum

These are used in loginFailed to indicate the reason why a login failed.

Members

All members of LoginFailureReason, including inherited members.

Variables
Modifier and Type Variable Description
public NoBackEndsAuthenticated Indicates that the login failed because no back-ends were configured to authenticate.
public PasswordExpiredCannotChange Indicates that the login failed because a password was expired and Agentry cannot change it.
public PasswordInvalid Indicates that the login failed due to an invalid password.