[Zope] userFolder that holds user's email

2005-06-07 Thread Haim Ashkenazi
Hi I'm looking for a zope (not plone) userFolder that can hold the user's email and perhaps full name. It should be the same authentication method, but with additional fields. Do I have to write one myself or are there already products that have this feature? thanx -- Haim

[Zope] Re: userFolder that holds user's email

2005-06-07 Thread Haim Ashkenazi
On Tue, 07 Jun 2005 12:37:36 +0100, Joe Bezier wrote: Have a look at ExUserFolder (http://sourceforge.net/projects/exuserfolder/) we use it and I think it's great... yes, it sure looks like a great product. thanx... Bye -- Haim ___ Zope

[Zope] DiskBased Product question

2005-06-07 Thread Haim Ashkenazi
Hi I'm looking for documentation or simple examples on how to create a disk based product that when I install it, it also adds some third party products. for example, If I select my product from the Add list, it'll create a folder, insert my code into it, but also insert mailhost, database

[Zope] Re: DiskBased Product question

2005-06-08 Thread Haim Ashkenazi
thanx for the replies. I'll look into these options today. Bye On Tue, 07 Jun 2005 19:35:23 +0300, Haim Ashkenazi wrote: Hi I'm looking for documentation or simple examples on how to create a disk based product that when I install it, it also adds some third party products. for example

[Zope] Re: backing up a running zodb fileStorage

2005-06-10 Thread Haim Ashkenazi
On Fri, 10 Jun 2005 09:30:35 +0200, gabor wrote: hi, i am trying to backup a zodb filestorage of a running zope. i'm on linux. i've read that you simply make a copy of the Data.fs file.. but what about the modifications/transactions that are happening when i make the copy. will

[Zope] DiskBased products and security

2005-06-13 Thread Haim Ashkenazi
Hi I'm following the example of The Zope Bible on how to create disk based products. after adding the imports, 'InitializeClass(class)' statement and the 'security = ClassSecurityInfo()' statement he recommends two other statements: 1. __roles__ = () - I didn't understand exactly why but with

[Zope] Re: DiskBased products and security

2005-06-13 Thread Haim Ashkenazi
On Mon, 13 Jun 2005 19:13:14 +0200, Dieter Maurer wrote: Haim Ashkenazi wrote at 2005-6-13 15:43 +0300: ... 1. __roles__ = () - I didn't understand exactly why but with this statement I can't access the product either from the ZMI or directly from the web. This is a (deprecated) alternative

[Zope] Re: DiskBased products and security

2005-06-13 Thread Haim Ashkenazi
On Mon, 13 Jun 2005 21:07:56 +0300, Haim Ashkenazi wrote: On Mon, 13 Jun 2005 19:13:14 +0200, Dieter Maurer wrote: Haim Ashkenazi wrote at 2005-6-13 15:43 +0300: ... 1. __roles__ = () - I didn't understand exactly why but with this statement I can't access the product either from the ZMI