[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/security/browser/configure.zcml Changed tool registration to use current IAuthentication interface. This

Amos Latteier amos at latteier.com
Thu May 26 15:58:11 EDT 2005


Log message for revision 30521:
  Changed tool registration to use current IAuthentication interface. This 
  fixes the error you used to get when trying to add an authentication 
  utility from the tool page.
  

Changed:
  U   Zope3/trunk/src/zope/app/security/browser/configure.zcml

-=-
Modified: Zope3/trunk/src/zope/app/security/browser/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/security/browser/configure.zcml	2005-05-26 19:44:40 UTC (rev 30520)
+++ Zope3/trunk/src/zope/app/security/browser/configure.zcml	2005-05-26 19:57:41 UTC (rev 30521)
@@ -18,7 +18,7 @@
       />
 
   <browser:tool
-      interface="..interfaces.IAuthenticationUtility"
+      interface="..interfaces.IAuthentication"
       title="Authentication"
       description="Authenticates Principals."
       unique="true"



More information about the Zope3-Checkins mailing list