Re: [Zope] Cookie Crumbler

2014-02-10 Thread Stefan H. Holek
These days I'd use the PAS with plone.session, which despite its name works fine without Plone. https://pypi.python.org/pypi/plone.session Stefan On 09.02.2014, at 23:10, Jon Grange wrote: Hello all Returning to a zope 2 web application I built 5 or 6 years ago that now needs some

[Zope] Cookie Crumbler

2014-02-09 Thread Jon Grange
Hello all Returning to a zope 2 web application I built 5 or 6 years ago that now needs some updating. Is cookie crumbler over SSL still a good and proper way to secure a public facing website? ___ Zope maillist - Zope@zope.org

Re: [Zope] Cookie Crumbler

2014-02-09 Thread Frank Hempel
Am 09.02.2014 23:10, schrieb Jon Grange: Hello all Returning to a zope 2 web application I built 5 or 6 years ago that now needs some updating. Is cookie crumbler over SSL still a good and proper way to secure a public facing website? if I remember right CC used the Basic access auth string

[Zope] cookie crumbler

2010-06-18 Thread Garry Saddington
I have just been reading a Z2 log and have noticed that when I am logged in as a manager my username is displayed in the log, however when logged in using cookie crumbler as a normal user only 'Anonymous' appears as the user name in the log. Is there some way to make the correct user name

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

RE: [Zope] Cookie Crumbler/Authentication Question

2006-04-19 Thread Palermo, Tom
: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 change their password via this line

[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

Re: [Zope] Cookie Crumbler

2006-01-06 Thread Dieter Maurer
Infor Gates wrote at 2006-1-5 14:11 -0800: Yes, after reading the source code. However, my problem as I found out is that I do not know how to access the methods in CC from DTML. I am not well verse with Python (still learning though). Please, read my messages carefully! As

Re: [Zope] Cookie Crumbler

2006-01-06 Thread Infor Gates
Thank you for your patience. Please do pardon my ignorance - am still at learning the learning stage.ChDieter Maurer [EMAIL PROTECTED] wrote: Infor Gates wrote at 2006-1-5 14:11 -0800:Yes, after reading the source code. However, my problem as I found out is that I do not know how to access the

Re: [Zope] Cookie Crumbler

2006-01-06 Thread David H
Dieter Maurer wrote: Infor Gates wrote at 2006-1-4 20:14 -0800: I have a trying time using Cookie Crumbler 1.2 with Zope2.8.4 (windows version). I could NOT figure out how to log out a user. I have simplified to the orginal logged_out form to this: The "Cookie Crumber"

Re: [Zope] Cookie Crumbler

2006-01-05 Thread Infor Gates
Yes, after reading the source code. However, my problem as I found out is that I do not know how to access the methods in CC from DTML. I am not well verse with Python (still learning though).Thank you.Dieter Maurer [EMAIL PROTECTED] wrote: Infor Gates wrote at 2006-1-4 20:14 -0800:I have a trying

[Zope] Cookie Crumbler

2006-01-04 Thread Infor Gates
Dear zopistI have a trying time using Cookie Crumbler 1.2 with Zope2.8.4 (windows version).I could NOT figure out how to log out a user. I have simplified to the orginal logged_out form to this:dtml-call "RESPONSE.expireCookie('__ac_name')" a href=""logout/aHowever, neither this nor the original

Re: [Zope] cookie crumbler and error messages

2005-11-22 Thread Dieter Maurer
paul hendrick wrote at 2005-11-21 14:44 +: Hi, thanks for the reply. I did what you asked and the error log produced these messages: Unauthorized: strongYou are not authorized to access this resource./strongp Username and password are not correct. Unauthorized: You are not allowed to access

Re: [Zope] cookie crumbler and error messages

2005-11-21 Thread paul hendrick
Hi, thanks for the reply. I did what you asked and the error log produced these messages: Unauthorized: strongYou are not authorized to access this resource./strongp Username and password are not correct. Unauthorized: You are not allowed to access 'sql_select' in this context the sql_select

Re: [Zope] cookie crumbler and error messages

2005-11-18 Thread Chris Withers
Paul Hendrick wrote: Hi all, I'm using CookieCrumbler on a project which sits in / on one server, and /project in another. ...that could do with more explanation :-S I'd like to secure a part of the site through *.metadata files so that users of a certain role can't access it. This is

Re: [Zope] cookie crumbler and error messages

2005-11-18 Thread Dieter Maurer
Paul Hendrick wrote at 2005-11-16 17:28 +: I'm using CookieCrumbler on a project which sits in / on one server, and /project in another. I'd like to secure a part of the site through *.metadata files so that users of a certain role can't access it. this is done and works well. however, when

[Zope] cookie crumbler and error messages

2005-11-16 Thread Paul Hendrick
Hi all, I'm using CookieCrumbler on a project which sits in / on one server, and /project in another. I'd like to secure a part of the site through *.metadata files so that users of a certain role can't access it. this is done and works well. however, when they try to access a part of the site