Hi! I'm trying to set up a custom login form (as login_form in CMF) trying to avoid the pop-up login window when requesting any non public resource in the Zope site. Can it be done without any extra authentication product? Where is the API, so that I can call an authentication method? Thanks! Gari _________________________________________ Garikoitz Araolaza gari@eibar.org
it can not be done without an extra authentication product, period. check out the CookieCrumbler (-> search zope.org). it makes what you want to do very easy. jens On Wednesday, Dec 4, 2002, at 03:45 US/Eastern, Garikoitz Araolaza wrote:
Hi!
I'm trying to set up a custom login form (as login_form in CMF) trying to avoid the pop-up login window when requesting any non public resource in the Zope site.
Can it be done without any extra authentication product? Where is the API, so that I can call an authentication method?
Thanks!
Gari
_________________________________________ Garikoitz Araolaza gari@eibar.org
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Garikoitz Araolaza -
Jens Vagelpohl