[Zope-CVS] CVS: Products/PluggableAuthService/interfaces -
plugins.py:1.6.4.1
Jens Vagelpohl
jens at dataflake.org
Sat Nov 6 06:49:01 EST 2004
Update of /cvs-repository/Products/PluggableAuthService/interfaces
In directory cvs.zope.org:/tmp/cvs-serv7936/interfaces
Modified Files:
Tag: jens-implement_caching_branch
plugins.py
Log Message:
- merging small changes from HEAD
=== Products/PluggableAuthService/interfaces/plugins.py 1.6 => 1.6.4.1 ===
--- Products/PluggableAuthService/interfaces/plugins.py:1.6 Mon Oct 4 13:41:11 2004
+++ Products/PluggableAuthService/interfaces/plugins.py Sat Nov 6 06:48:30 2004
@@ -82,7 +82,9 @@
o 'credentials' will be a mapping, as returned by IExtractionPlugin.
o Return a tuple consisting of user ID (which may be different
- from the login name) and login or None
+ from the login name) and login
+
+ o If the credentials cannot be authenticated, return None.
"""
class IChallengePlugin( Interface ):
More information about the Zope-CVS
mailing list