[Zope] User changing their own password via External Method with Cookie Crumbler

Dave Cinege dcinege-mlists-dated-1112469550.7d027f at psychosis.com
Mon Mar 28 14:19:01 EST 2005


After I installed Cookie Crumbler my external method for a user to change 
their own password will no longer work. I realize I've got a chicken and egg 
issue with the cookie needing to be updated at the same time as the 
change...or something.  : P

How do I fix this ?
 
I've been using code that looks something like this:

def UserEditFunc (self):
    reqd = dict(self.REQUEST)
    self.acl_users.userFolderEditUser(reqd['username'],reqd['password'],'','')



More information about the Zope mailing list