RE: [Zope] Cookie Crumbler/Authentication Question

2006-04-19 Thread Palermo, Tom
ay, April 19, 2006 1:44 PM To: Palermo, Tom Cc: 'zope@zope.org' Subject: Re: [Zope] Cookie Crumbler/Authentication Question Palermo, Tom wrote at 2006-4-18 22:29 -0400: >I am working on a site that uses CookieCrumbler for the authentication. >Part of this site allows a user to

Re: [Zope] Cookie Crumbler/Authentication Question

2006-04-19 Thread Dieter Maurer
Palermo, Tom wrote at 2006-4-18 22:29 -0400: >I am working on a site that uses CookieCrumbler for the authentication. Part >of this site allows a user to change their password via this line: >userfolder.manage_users(submit='Change', REQUEST=user_info). > >This works fine except after changing the

[Zope] Cookie Crumbler/Authentication Question

2006-04-18 Thread Palermo, Tom
All,   I am working on a site that uses CookieCrumbler for the authentication. Part of this site allows a user to change their password via this line: userfolder.manage_users(submit='Change', REQUEST=user_info).   This works fine except after changing the password, the user is no longer aut