PluggableAuthService 1.4.1 Released
Overview
This product defines a fully-pluggable user folder, intended for use in all Zope sites.
Documentation
Please see the files under doc/ in the packaged software for more information, and consult the interfaces files under interfaces/ in the software package for PluggableAuthService and plugin APIs.
Bugs Fixed
- BasePlugin: The listInterfaces method only considered the old-style __implements__ machinery when determining interfaces provided by a plugin instance.
- Made sure the emergency user via HTTP basic auth always wins, no matter how borken the plugin landscape.
- ZODBUserManager: Already encrypted passwords were encrypted again in addUser and updateUserPassword (backported from trunk). (http://www.zope.org/Collectors/Zope/1926)
More Information
- Mailing list: http://lists.zope.org/mailman/listinfo/zope-pas/
- Collector: http://www.zope.org/Collectors/PAS/
- Subversion repository: http://svn.zope.org/PluggableAuthService/