[pmwiki-users] User access logging

marc gmane at auxbuss.com
Sun Feb 4 04:20:33 CST 2007


Allister Jenks said...
> It's been a while since I've even read the mailing list, but I have
> done a search of my personal archive and the web site for a way of
> logging AuthUser logins.
> 
> Basically I just want a simple text file that will show me who is
> logging in and when.  Maybe more detail than that, but that would be a
> start.

I use the actionlog recipe with the following in config.php:

  if ($action == 'login' && $Author != '') {
    ... set $ActionLog params ...
    include_once("$FarmD/cookbook/actionlog.php");
  }

-- 
Cheers,
Marc




More information about the pmwiki-users mailing list