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 upda

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 stri

[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 https://mail.zope.org/mai

[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 appea

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

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-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 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 "CookieCrumbler.

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 try

Re: [Zope] Cookie Crumbler

2006-01-05 Thread Dieter Maurer
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" has a "logout" method. You should use it f

Re: [Zope] Cookie Crumbler

2006-01-05 Thread Infor Gates
I found that my weakness is that I am DTML scripter. After printing the Cookie Crumbler source code, I need some help/advice as how to access the Cookie Crumbler methods or api from DTML.  I have searched the Zope documents however have found none that can help.I would appreciate some advice or poi

Re: [Zope] Cookie Crumbler

2006-01-04 Thread Jonathan
#x27;unauthenticated/anonymous'.   hth   Jonathan   - Original Message - From: Infor Gates To: zope@zope.org Sent: Wednesday, January 04, 2006 11:17 PM Subject: Fwd: [Zope] Cookie Crumbler Sorry for the typo error at the last sentence.However, neither th

Fwd: [Zope] Cookie Crumbler

2006-01-04 Thread Infor Gates
Sorry for the typo error at the last sentence.However, neither this nor the original logged_out dtml seems to work.Is it because I am using frames in my dtml that causes it or I am getting the concept of how Cookie Crumbler works - WRONG ?Thank you.Note: forwarded message attached. Yahoo! DSL So

[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:    logoutHowever, neither this nor the original logged_out dtml seems to work.Is it because I am using

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: You are not authorized to access this >resource. Username and password are not correct. >Unauthorized: You are not allowed to access 'sql_selec

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: You are not authorized to access this resource. Username and password are not correct. Unauthorized: You are not allowed to access 'sql_select' in this context the sql_select error is because my

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, whe

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 _not_

[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 whic