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


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to