[Zope] Password Problem

Dieter Maurer dieter@handshake.de
Thu, 5 Sep 2002 21:13:20 +0200


Ashish Gautam writes:
 > I am using openLDAP server for authentication.UserName password and group
 > information is stored in openLDAP.
 > I am using LDAPUserFolder Product.
 > I have provided a facility for user to change the password.
 > 
 > When user changes password in my site, then zope loggs him out after
 > sometime.
When a user changes his own password, then you should either

  *  reauthenticate the user with the new password

  *  flush the cache (such that the user is forced to relogin immediately.

Obviously, the first solution is to be prefered (it might be necessary
to flush the cache for it to work).


Dieter