[Zope-CVS] CVS: Products/PluggableAuthService/doc - CHANGES.txt:1.4
Lennart Regebro
regebro at nuxeo.com
Mon Aug 30 09:23:11 EDT 2004
Update of /cvs-repository/Products/PluggableAuthService/doc
In directory cvs.zope.org:/tmp/cvs-serv12030/doc
Modified Files:
CHANGES.txt
Log Message:
Adding the error logs exposed another bug: All authenticateCredentials() returned a single None when they could not authenticate, although all calls expected a tuple.
=== Products/PluggableAuthService/doc/CHANGES.txt 1.3 => 1.4 ===
--- Products/PluggableAuthService/doc/CHANGES.txt:1.3 Mon Aug 30 09:16:06 2004
+++ Products/PluggableAuthService/doc/CHANGES.txt Mon Aug 30 09:22:41 2004
@@ -8,6 +8,9 @@
plugin exceptions, so that you notice that there is something
wrong with the plugins.
+ - All authenticateCredentials() returned a single None when they
+ could not authenticate, although all calls expected a tuple.
+
Version 1.0.2 (2004/07/15)
Bugs Fixed
More information about the Zope-CVS
mailing list