Hi, I want to create a DTML method/form that provides a login for other areas of the site ie form contains username/password text boxes and then forwards to userfolder protected areas. I presume that some manipulation of REQUEST is required. I've scoured the zope and zdp sites and not come up with anything. Thanks
David Kyte wrote:
Hi,
I want to create a DTML method/form that provides a login for other areas of the site ie form contains username/password text boxes and then forwards to userfolder protected areas.
I presume that some manipulation of REQUEST is required.
I've scoured the zope and zdp sites and not come up with anything.
Thanks
The best way I know of is to use the LoginManager product. This also allows you to store your user info in an external database. http://www.zope.org/Members/tsarna/LoginManager http://www.zope.org/Members/dlpierson/sqlLogin -- | Casey Duncan | Kaivo, Inc. | cduncan@kaivo.com `------------------>
participants (2)
-
Casey Duncan -
David Kyte