Validity field

Moderator: crythias

Locked
altermim
Znuny newbie
Posts: 2
Joined: 30 Jul 2019, 12:48
Znuny Version: 3.3.6

Validity field

Post by altermim »

Where can i find validity field in database and get it with users? like timestamp

SELECT CONCAT(first_name,last_name) as Agent_Name ,u.login, FROM_UNIXTIME(Preferences_value) as LastLogin FROM otrs.user_preferences,users u where preferences_key like '%userlastlogin%' and user_id = u.id
altermim
Znuny newbie
Posts: 2
Joined: 30 Jul 2019, 12:48
Znuny Version: 3.3.6

Re: Validity field

Post by altermim »

found it "valid_id" smallint type
Locked