Re: [Zope-dev] WebDAVLocks lost in Control_Panel (was:: [ZPT] how to unlock a webdav locked element ????)

2001-10-28 Thread Robert Rottermann
Thank you, I did it with an external method def t (self) : cp = getattr(self, 'Control_Panel') delattr(cp, '_objects') and it worked. life is full of wonders Robert - Original Message - From: Adrian Hungate [EMAIL PROTECTED] To: Robert Rottermann [EMAIL PROTECTED]; Dieter

Re: [Zope-dev] login prompt after letting user change his password.

2001-10-28 Thread Anthony Baxter
Or use a session cookie for the user/pw - when the user changes their password, change it in the current session, as well. Basic Auth is not going to allow you to do this at all[1] Anthony [1] ok, there's a possibility that you could do browser specific JS to hack the stored auth credentials,

Re: [Zope-dev] gvibDA problems

2001-10-28 Thread Nuno Maltez
Em Quinta, 25 de Outubro de 2001 17:39, Leonardo Rochael Almeida escreveu: This is a really long shot and I have absolutely no knowledge of Interbase but, are you sure it is 'ISO8859_1'? shouldn't it be 'ISO8859-1'? Nope,I'm sure it's 'ISO8859_1'. The silliest part is that everything works

[Zope-dev] validate() trouble in Zope-2.5.0a1

2001-10-28 Thread Steve Spicklemire
I don't know if I'm doing something wrong, but when I try to unpack and run Zope-2.5.0a1 I can't seem to authenticate manage_workspace. I haven't snooped much, but it seems that options in Management.py comes back empty: