[Zope-CVS] CVS: Products/PluggableAuthService/doc -
CHANGES.txt:1.9.2.2
Jens Vagelpohl
jens at dataflake.org
Mon Nov 8 04:37:22 EST 2004
Update of /cvs-repository/Products/PluggableAuthService/doc
In directory cvs.zope.org:/tmp/cvs-serv15362/doc
Modified Files:
Tag: jens-implement_caching_branch
CHANGES.txt
Log Message:
- merge Chris' changes from HEAD
=== Products/PluggableAuthService/doc/CHANGES.txt 1.9.2.1 => 1.9.2.2 ===
--- Products/PluggableAuthService/doc/CHANGES.txt:1.9.2.1 Sat Nov 6 06:48:30 2004
+++ Products/PluggableAuthService/doc/CHANGES.txt Mon Nov 8 04:36:52 2004
@@ -2,11 +2,23 @@
After PluggableAuthService 1.0.3
+ Features Added
+
+ - Group and user plugins can now specify their own title for a
+ principal entry (PAS will not compute one if they do).
+
Bugs Fixed
- Clarified interface of IAuthenticationPlugin, which should return
None rather than raising an exception if asked to authenticate an
unknown principal; adjusted ZODBUserManager accordingly.
+
+ - Don't log an error in zodb_user_plugin's authenticateCredentials
+ if we don't have a record for a particular username, just return None.
+
+ - If an IAuthenticationPlugin returns None instead of a tuple
+ from authenticateCredentials, don't log a tuple-unpack error in PAS
+ itself.
PluggableAuthService 1.0.3 (2004/10/16)
More information about the Zope-CVS
mailing list