User login with html forms
Hi! Is there a way to authenticate users using html forms and scripts instead of HTTP? I need that, because I want an integrated login in my homepage instead of the browser's authentication dialog before a protected page is requested. Any hints? thx AND -- I doubt, therefore I might be.
use a user folder with cookie capabilities or the cookiecrumbler product. (-> see zope.org) jens On Saturday, June 22, 2002, at 09:41 , Andreas Lauser wrote:
Hi!
Is there a way to authenticate users using html forms and scripts instead of HTTP? I need that, because I want an integrated login in my homepage instead of the browser's authentication dialog before a protected page is requested.
Any hints?
thx AND
On Saturday 22 June 2002 15:49, Jens Vagelpohl wrote:
use a user folder with cookie capabilities or the cookiecrumbler product. (-> see zope.org)
Thanks. That did the trick! I encountered that the external editor doesn't work with the cookiecurmbler, but that's no real problem. If somebody needs to access the management console, HTTP authentication via "?disable_cookie_login__=1" is O.K. :-) thx AND -- I doubt, therefore I might be.
participants (2)
-
Andreas Lauser -
Jens Vagelpohl