[Zope] Login forms and selective dtml display

Dieter Maurer dieter@handshake.de
Tue, 27 Nov 2001 21:46:10 +0100


Paul Merrill writes:
 > ....
 > 3. On the left hand border, there is a username, password and login 
 > button. The user enters his username and password and presses the login 
 > button. The system checks the login and logs the user in with the 
 > standard Zope login process (whatever that is).
The standard Zope user folder will not work with a login form.

You either need a cookie based user folder or CookieCrumbler.

Then, it will be quite easy: you chose your forms form control names
as required by your UserFolder, the CookieCrumber and reload
the page, when the login form is submitted.


Dieter