Re: [Zope-dev] umount/remount

2003-03-08 Thread Dieter Maurer
Florent Guillaume wrote at 2003-3-7 17:16 +0100: > Is there any way to "unmount" then "remount" a mounted storage from a > running Zope? Sure. Mounting is done at runtime, when the mount point is traversed for the first time. Unmounting is done automatically, when the mount point is flushed fro

Re: [Zope-dev] Re: [Vote] PEP308 voting began

2003-03-08 Thread Dieter Maurer
Lennart Regebro wrote at 2003-3-7 15:57 +0100: > 1. Python is kept as is. > 2. To support one-line if-else in attributes in ZPT, the python > expressions used in ZPT imports an extra method. This method can be > called whetever people want it toi be called, but for claritys sake lets > call

Re: [Zope-dev] implementing structured text alternative w/in Zope

2003-03-08 Thread Dieter Maurer
Toby Bologna wrote at 2003-3-7 07:42 -0800: > I'm a programmer but new to Zope. I'm developing a text markup language > like Structured Text that better suits my needs outside the Zope/Python > world. Would I be able to incorporate it within Zope, i.e., so I could > edit the new format in the e

[Zope-dev] Authenticating with acl_users

2003-03-08 Thread Sondre Rønjom
Ive been looking through AccessControl/User.py to understand the validate() methods paramteres. Im not sure what to put inside the request, and how to do it. I have been testing around, but I can only manage to do authenticate(), but this only tells if the user is valid and has the right passwo

Re: [Zope-dev] Authenticating with acl_users

2003-03-08 Thread Jens Vagelpohl
what exactly is it you are trying to achieve? maybe someone can help if you let us know what the real motivation is. jens On Saturday, Mar 8, 2003, at 11:42 US/Eastern, Sondre Rønjom wrote: Ive been looking through AccessControl/User.py to understand the validate() methods paramteres. Im not su

Re: [Zope-dev] Authenticating with acl_users

2003-03-08 Thread Sondre Rønjom
I'm creating a python product - which needs to be authenticated; and I dont want to use any products that does not come with a clean Zope install - so I user Simple User Folder and define two roles admin user and ordinary user. I just want a user to login via login form, check username and pas

Re: [Zope-dev] Authenticating with acl_users (fwd)

2003-03-08 Thread Sondre Rønjom
I'm creating a python product - which needs to be authenticated; and I dont want to use any products that does not come with a clean Zope install - so I user Simple User Folder and define two roles admin user and ordinary user. I just want a user to login via login form, check username and pass