[Zope-dev] validate method

2002-12-18 Thread Mario Bianchi
Hello everybody, I want to write a custom UserFolder to allow for a certain type of authentication/validation. One straightforward way to do so is to inherit from UserFolder and override the validate method. Nevertheless, the validate method is documented in the code as PRIVATE object

[Zope-dev] changing security settings from python

2003-01-08 Thread Mario Bianchi
Hello list, I wonder if it is possible to change the security settings (the mapping of permissions to roles) on some object DYNAMICALLY, i.e. from python code instead of from the management interface. I need this feature to dynamically reflect the possible changes in the access rights of some

[Zope-dev] interaction with local FS

2003-01-27 Thread Mario Bianchi
Hi everyone, I'm curious in finding out how zope interacts with the server's file system: let's say I want to allow the users of my site to manage (read/write) their own files on the server's file system, does Zope support this goal anyhow? As far as I've seen, to me the response seems to be no,

[Zope-dev] passing browserId value

2003-02-12 Thread Mario Bianchi
Hi list, I want to embed the browserId value in every link/button/clickable-item of the p ages in my site, so that users get a sessioned access without using cookies. How can I manage this task without having to manually rewrite the code of the pa ges served by the site? Some pages are the

[Zope-dev] passing browser Id value #2

2003-02-17 Thread Mario Bianchi
Hi to all, this follows my previous having subject passing browser Id value to further explain what I'm looking for. I want to embed the browserId value in every link/button/clickable-item of the pages in my site as the very last action before sending the pages back to the client; put another