Lookup table for login results.
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. |