[Zope3-Users] Users as Content

2009-01-17 Thread Ben Mason
Hey all,

I'm new to Zope 3 but a long time user of Zope 2.

I'd like to make a content type behave like a principal so I can add  
users to my site as content. In Plone this is done with membrane.

Anyone got any pointers in how to do this?

Thanks

Ben
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Users as Content

2009-01-17 Thread Dan Korostelev
You should look at the zope.app.authentication package. It has a basic
persistent principal folder and principal itself classes that can be
used as is to add principals to the site. You need to add pluggable
authentication to your site and register it as an IAuthentication
utility, then you can add principal folder to it and then principals
to that folder.

2009/1/17 Ben Mason b...@sharkbyte.co.uk:
 Hey all,

 I'm new to Zope 3 but a long time user of Zope 2.

 I'd like to make a content type behave like a principal so I can add
 users to my site as content. In Plone this is done with membrane.

 Anyone got any pointers in how to do this?

 Thanks

 Ben
 ___
 Zope3-users mailing list
 Zope3-users@zope.org
 http://mail.zope.org/mailman/listinfo/zope3-users




-- 
WBR, Dan Korostelev
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Users as Content

2009-01-17 Thread Ben Mason
Great! I'll give that a try!



On 17 Jan 2009, at 17:28, Dan Korostelev nad...@gmail.com wrote:

 You should look at the zope.app.authentication package. It has a basic
 persistent principal folder and principal itself classes that can be
 used as is to add principals to the site. You need to add pluggable
 authentication to your site and register it as an IAuthentication
 utility, then you can add principal folder to it and then principals
 to that folder.

 2009/1/17 Ben Mason b...@sharkbyte.co.uk:
 Hey all,

 I'm new to Zope 3 but a long time user of Zope 2.

 I'd like to make a content type behave like a principal so I can add
 users to my site as content. In Plone this is done with membrane.

 Anyone got any pointers in how to do this?

 Thanks

 Ben
 ___
 Zope3-users mailing list
 Zope3-users@zope.org
 http://mail.zope.org/mailman/listinfo/zope3-users




 -- 
 WBR, Dan Korostelev
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users