FrontEndUsers - Log of who logs in

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
qbrix
Forum Members
Forum Members
Posts: 24
Joined: Fri Nov 10, 2006 7:56 pm

FrontEndUsers - Log of who logs in

Post by qbrix »

Anyone know of a way to using the FrontEndUsers module (or a related module) to create a log in the database when people log into the system?

thanks
mahjong

Re: FrontEndUsers - Log of who logs in

Post by mahjong »

Logons appear in the Admin Log.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: FrontEndUsers - Log of who logs in

Post by calguy1000 »

User history tracking is about 1/2 complete.  It tracks when users login, but doesn't currently track (correctly) logouts.  As well, there's no user interface into it. 
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
qbrix
Forum Members
Forum Members
Posts: 24
Joined: Fri Nov 10, 2006 7:56 pm

Re: FrontEndUsers - Log of who logs in

Post by qbrix »

mahjong wrote: Logons appear in the Admin Log.
Aha, thanks.

So that gets stored in a single database table with the rest of the admin log info? Is it possible/easy to redirect it towards a table of its own?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: FrontEndUsers - Log of who logs in

Post by calguy1000 »

You can't redirect the stuff, but if you look at the cms_module_feusers_history table you may be able to find what you want.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
mahjong

Re: FrontEndUsers - Log of who logs in

Post by mahjong »

If you are familiar with PHP, you could write your own routine and put it in a User Defined Tags (UDT), then trigger it with the FrontEndUsers OnLogin and OnLogout events.
Post Reply

Return to “CMSMS Core”