Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 22, 20222 yr Hi, We are implementing the logger system for our website. As i can see in core_admin_login_logs there are ADMIN_IP_ADDRESS ADMIN_USERNAME ADMIN_TIME ADMIN_SUCCESS So I can get login time but there is no way to get logout time. Is there some other table for this? Basically I require Admin/User login and logout timestamp.
August 22, 20222 yr There is no log for people logging out at the present time. Only for when people log into the admin CP
August 22, 20222 yr Author 1 hour ago, Marc Stridgen said: There is no log for people logging out at the present time. Only for when people log into the admin CP Most CMS have this feature. Please add this to suggestions.
August 23, 20222 yr Author Hi, One more query regarding login/logout for members. I require members login logs. In core_members_logins tables only three fields are there MEMBER_ID, MEMBER_DATE and MEMBER_TIMESTAMP I require Login Date/time, Login IP, and Success/Failure Status. Is there a way to get Login IP and Success/Failure (Status) in IPS? Please advise. Edited August 23, 20222 yr by Pushpendra Singh Chauhan