[Zope-CMF] Capture login event?
Dieter Maurer
dieter@handshake.de
Wed, 21 Aug 2002 20:22:19 +0200
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