[Zope-CMF] strange problem with change_password
Dieter Maurer
dieter@handshake.de
Fri, 13 Dec 2002 22:44:50 +0100
Nicolas Romero writes:
> I have a strange problem I can't manage to understand, using:
> - CMF 1.3
> - CMFLDAP 1.2
> - LDAPUserFolder 1.3b2
>
> When an user changes its password (using password_form, whose form
> calls change_password), an authorization box appears sometimes . It
> seems that manually purging the LDAPUserFolder cache (through the ZMI)
> removes the problem, but I can't find a real solution...
when your observation is true, flush the cache (automatically)
after the password is changed.
Dieter