30 Mar
2005
30 Mar
'05
12:42 a.m.
On Tuesday 29 March 2005 12:00, zope-request@zope.org wrote:
Take a look at the CookieCrumbler code, there is a method that will update the cookie for you:
credentialsChanged(self, user, name, pw)
Thanks. I've tried self.login.credentialsChanged(reqd['username'],reqd['username'],reqd['password']) Both before and after self.acl_users.userFolderEditUser(reqd['username'],reqd['password'],'','') And it doens't seem to help. The password never changes. Should I be calling credentialsChanged() as a method to something else? ('login' is the Cookie rumbler folder) Does anyone have a working example code snippet? Dave