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

2005-07-15 Thread Chris Withers
Peter Bengtsson wrote: Just one python question Chris, why do you do this:: class User(BasicUser): def __init__(self,dict): d['__'] = dict['password'] What's wrong just doing self.__ = dict['password'] I'm not looking at the code as I write this, so I may be wrong, but I do that

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

2005-07-12 Thread Chris Withers
Haim Ashkenazi wrote: 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?

[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

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

2005-06-07 Thread Joe Bezier
Have a look at ExUserFolder (http://sourceforge.net/projects/exuserfolder/) we use it and I think it's great... Cheers, Joe On 7 Jun 2005, at 12:27, Haim Ashkenazi wrote: 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