membership management
I'm wondering what folks are using/recommending for managing membership on a Zope/CMF/Plone site. I don't have any sort of external membership sources to deal with. thanks, Danny
Full-blown membership management is a to-do feature in current Zope/CMF releases, maybe due to the many different scenarios at where it would be required. Many developers prefer to rely on LDAP users databases, as they already offer users handling and search features. Use LDAPUserFolder to hook to one of them, in replace of the current UserFolder. (New ZopeOrg is going to use this alongside other custom tools). Also you may want to try ExtensibleUserFolders (XUF), as they offer UIs to members properties handling. Anyway none of the two is a membership management tool, just aids. In both cases I'm also interested in getting to know some success stories. :) Ausum ----- Original Message ----- From: "Danny Morgan" <danny@streamgardens.net> To: <zope@zope.org> Cc: <plone-users@lists.sourceforge.net> Sent: Wednesday, December 04, 2002 4:55 PM Subject: [Zope] membership management
I'm wondering what folks are using/recommending for managing membership on a Zope/CMF/Plone site. I don't have any sort of external membership sources to deal with.
thanks,
Danny
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Ausum Studio -
Danny Morgan