[Zope-CMF] CookieCrumbler problem
Kevin Carlson
khcarlso@bellsouth.net
Fri, 07 Mar 2003 15:22:52 -0500
I recently noticed that one of the skins in a CMF instance was not using
the CookieCrumber for authentication. Instead, the user was presented
with the typical authentication dialog box from the browser.
I looked into the problem and discovered that login_form was throwing an
exception because Zope couldn't find the logged_in method. After
putting the logged_in method back into the skin I am still getting the
authentication dialog box. Should CookieCrumber be redirecting me to
the login_form method now? There are no more exceptions being thrown.
The CookieCrumber instance lives in the portal_root and is set to use
the login_form method as the login page.
Any ideas?
Kevin