[Zope] Authentication concerns
Ben Schy
bens@thepoint.net
Mon, 7 Jul 2003 14:30:38 -0400 (EDT)
I recently put added the cookiecrumbler to my root folder and attempted to
manage my logins through the included forms. When I modified one of the
forms and saved it with a typo in it, the login_form action no longer
logged the user in. When I tried to get to the /manage screen, i was
prompted wih the same botched login_form screen and could not log in as
the owner to correct the typo. Luckily, on another machine, I had a
session still open to the manage screen from yesterday, so i was able to
go in and correct the issue. My question is this: If I didn't have an
open session, how could I have corrected the problem?
Thanks,
Ben
On Mon, 7 Jul 2003, Dieter Maurer wrote:
> Paolo Dina wrote at 2003-7-7 09:37 +0200:
> > 1) my Z2.log is growing continuously, and that would not be strictly a
> > problem; but now it's 1.3Gb.. and i can expect him to grow more and
> > more... My ambition is not to full entire disk space for the logs, but
> > as i know, i can't avoid to keep them!
> > The content of Z2.log is plain text, and i can suppose that using some
> > sort of compression method probably might lead to an high rate
> > compression of Z2.log. It would be great if Medusa could handle
> > compressed Z2.log.
>
> When you sent a Zope process a "SIGUSR2" signal, it closes and
> reopens all its log files.
>
> You can use this for log rotation. E.g.
>
> mv Z2.log Z2.log.save
> kill -SIGUSR2 $(cat var/Z2.pid) # this will close the old log file and open a new one
>
> Now, you can compress "Z2.log.save" (or delete it).
>
>
>
> Dieter
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
>