Extensible User Folder
We're now on SOURCEFORGE, with mailing lists and
bug trackers etc.
http://exuserfolder.sf.net/
Extensible User Folder is a user folder that requires the authentication
of users to be removed from the storage of properties for users.
It also now has an optional membership layer that sits above the
authentication and property source layers.
Writing new authentication or property sources is (almost) a trivial operation
and require no authentication knowledge to write, most simply return lists
of attributes, or dictionaries. You don't need to incorporate them into
the base exUserFolder code, they can be written as normal Zope Products,
(i.e. you can distribute new sources independently of exUserFolder).
You can mix-n-match authentication methods and property methods.
You can have cookie or standard (Basic) authentication.
Arbitrary properties can be set on a user (at least if the PropertySource
is written correctly they can).
As of 0.10.0 exUserFolder now supports ZBabel for I18N.
XUF in English
The same XUF in German
Check the changelog for instructions on installing ZBabel support.