[Zope-CMF] Capture login event?
Jeff Ross
thejeffross@hotmail.com
Wed, 21 Aug 2002 15:44:49 -0700
Yeah, that is what I decided to do anyway. I didn't really want to, because
you can just reload the logged_in page, and then my code records another
event.
Jeff
----- Original Message -----
From: "Dieter Maurer" <dieter@handshake.de>
To: "Jeff Ross" <thejeffross@hotmail.com>
Cc: <zope-cmf@zope.org>
Sent: Wednesday, August 21, 2002 11:22 AM
Subject: Re: [Zope-CMF] Capture login event?
> Jeff Ross writes:
> > I'm writing an event log product and I need to capture when someone
logs in,
> > or tries to login. Where in the code does this actually take place? I
looked
> > in CookieCrumbler.py, but it doesn't actually authenticate there.
> You do not easily get at the precise point where the login happens
> (it's inside CookieCrumbler).
>
> But (I think), you will get redirected to a "logged_in" (or similarly
> names) page. There, you can put tracking calls.
>
>
> Dieter
>