ADMINLoginResult

Deprecated in: 5.4.019

Lookup table for login results.

Add row: Not allowed
Delete row: Not allowed
Foreign key: Not allowed

Columns

Name Datatype Read Write Primary key Description
LoginResultId tinyint Yes No Yes Primary key.
LoginResult varchar(300) Yes No No Description.
IsSuccessfulLogin bit Yes No No Whether the result represents a successful login or not. A failed login is anything that prevents the user from logging in, from an invalid password to an internal error.