Page 1 of 1
FrontEndUsers - Log of who logs in
Posted: Wed Mar 07, 2007 4:23 pm
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
Re: FrontEndUsers - Log of who logs in
Posted: Wed Mar 07, 2007 4:52 pm
by mahjong
Logons appear in the Admin Log.
Re: FrontEndUsers - Log of who logs in
Posted: Wed Mar 07, 2007 5:54 pm
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.
Re: FrontEndUsers - Log of who logs in
Posted: Wed Mar 07, 2007 8:18 pm
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?
Re: FrontEndUsers - Log of who logs in
Posted: Wed Mar 07, 2007 8:28 pm
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.
Re: FrontEndUsers - Log of who logs in
Posted: Thu Mar 08, 2007 3:15 am
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.