Skip to main content
Version: 8.2405.x.x RR

Login information

The TIDMA_CRED_LOGIN_INFO table holds login information of a credential, e.g., the date of the last login and the number of failed logins.

The TIDMA_CRED_LOGIN_INFO table is an extension of the TIDMA_CREDENTIAL base table in All credentials, which lists attributes that are valid for all credentials.

Database table TIDMA_CRED_LOGIN_INFO

DB attributeJava data type (max. size), defaultsDescription
cred_login_info_idLong, not NULLPrimary key (uniquely identifies each individual DB entry)
credential_idLong, not NULLForeign key that links to information in the table TIDMA_CREDENTIAL.
last_loginDate, nullableTimestamp of last successful login. NULL means credential has never been used for a successful login.
last_login_failureDate, nullableDate of last non-technical login failure, e.g., wrong password. Technical failures (system problems) do not count, neither do login denials because of earlier login problems, e.g., locked account, etc.
login_failure_countInteger, not NULLCounts non-technical login failures since the last successful login, initialization or reset (password reset feature or administrator).
login_success_countInteger, not NULLCounts successful logins with this credential since last initialization or reset (password reset feature or administrator).