on 9.22.01 by runyaga
portal_memberdata exUserFolder PropertySource

REQUIRES the Content Management Framework (CMF) at least v1.1

inside your CMF Site you can have any kind of User Folder doing
authentication for CMF.  exUserFolder works well in this role.

This is a PropertySource for exUserFolder, meaning it provides
properties for Users in the exUserFolder.  You may know the CMF
provides you with a portal_memberdata tool that stores Properties for
Members (Users).  this PropertySource is a thin wrapper around the 
portal_memberdata tool, which is the CMF's native way to assign Propeties on 
Member objects.

Features: 

    * you can click on a user in the exUserFolder and edit their memberdata ;)

    * you can click on PropertySource and you will goto the portal_memberdata propertyiesForm

    * use the AuthenticationSources provided by exUserFolder to easily authenticate with external
      sources such as: /etc/passwd, ZODB, PostgreSQL, and many more.  

License included in source code.

Please help out and write more Authenticators, this is a simple framework that may wind its way into the ZOPE codebase ;)

