I'm pleased to announce another beta release of PluggableAuthService. PluggableAuthService is a highly extensible replacement user folder for Zope 2. It can manage users, groups, roles, and properties. Summary PluggableAuthService is a highly extensible replacement user folder for Zope 2. It can manage arbitrary user, group, role, and property definitions with ease, and works best in very heterogeneous environments (users stored in MySQL, groups in LDAP, properties from the filesystem, &c). For authentication, it supports HTTP Basic Auth, Cookie Auth, Domain Auth, and others, and can be extended to support just about any other mechanism. Changes in this version - Fixed a template bug in the plugin activation form. You can download the source in tarball or zip format from: <http://www.zope.org/Members/urbanape/PluggableAuthService/ PluggableAuthService-1.1b2/PluggableAuthService-1.1b2.tar.gz> <http://www.zope.org/Members/urbanape/PluggableAuthService/ PluggableAuthService-1.1b2/PluggableAuthService-1.1b2.zip> Thanks, Zachery Bir