[Zope3-checkins] SVN: Zope3/branches/Zope-3.1/src/zope/app/pluggableauth/interfaces.py Backport rev. 40175.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Nov 16 15:24:53 EST 2005


Log message for revision 40176:
  Backport rev. 40175.
  

Changed:
  U   Zope3/branches/Zope-3.1/src/zope/app/pluggableauth/interfaces.py

-=-
Modified: Zope3/branches/Zope-3.1/src/zope/app/pluggableauth/interfaces.py
===================================================================
--- Zope3/branches/Zope-3.1/src/zope/app/pluggableauth/interfaces.py	2005-11-16 20:19:29 UTC (rev 40175)
+++ Zope3/branches/Zope-3.1/src/zope/app/pluggableauth/interfaces.py	2005-11-16 20:24:52 UTC (rev 40176)
@@ -88,6 +88,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