Pushpendra Singh Chauhan Posted August 22, 2022 Posted August 22, 2022 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.
Marc Posted August 22, 2022 Posted August 22, 2022 There is no log for people logging out at the present time. Only for when people log into the admin CP
Pushpendra Singh Chauhan Posted August 22, 2022 Author Posted August 22, 2022 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.
Pushpendra Singh Chauhan Posted August 23, 2022 Author Posted August 23, 2022 (edited) 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, 2022 by Pushpendra Singh Chauhan
teraßyte Posted August 23, 2022 Posted August 23, 2022 IPS doesn't save the login success/failure. You'd need a 3rd party modification:
Recommended Posts