[Zope-CMF] is there a way to run an extra authentication after authentication
alan runyan
alan runyan" <runyaga@runyaga.com
Sun, 11 Aug 2002 12:38:42 -0500
> Hi there,
> I would like to run a script each time a user logged in to check for an
> additional set of credential.
I'm talking out my butt... but I think doing something like this in
exUserFolder would probably
be much easier than doing it in CookieCrumbler.
> Is there a hook to do that, or do I have to call it instead of the
> logged_in screen?
probably the easiest is to hack the logged_in screen. or start a SESSION.
on the starting of the SESSION you could maybe do the check.
~runyaga