[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/pluggableauth/interfaces.py
Fix BBB bug, reported in issue 456.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Nov 16 15:19:30 EST 2005
Log message for revision 40175:
Fix BBB bug, reported in issue 456.
Changed:
U Zope3/trunk/src/zope/app/pluggableauth/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/pluggableauth/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/pluggableauth/interfaces.py 2005-11-16 20:15:22 UTC (rev 40174)
+++ Zope3/trunk/src/zope/app/pluggableauth/interfaces.py 2005-11-16 20:19:29 UTC (rev 40175)
@@ -87,6 +87,7 @@
If id is not present, raise ``KeyError``.
"""
+IPluggableAuthenticationService = IPluggableAuthentication
class ILoginPasswordPrincipalSource(IPrincipalSource):
"""A principal source which can authenticate a user given a
More information about the Zope3-Checkins
mailing list