[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/authentication/README.txt
add a pointer for those who need it (like me)
Fred L. Drake, Jr.
fdrake at gmail.com
Tue Sep 19 11:40:24 EDT 2006
Log message for revision 70226:
add a pointer for those who need it (like me)
Changed:
U Zope3/trunk/src/zope/app/authentication/README.txt
-=-
Modified: Zope3/trunk/src/zope/app/authentication/README.txt
===================================================================
--- Zope3/trunk/src/zope/app/authentication/README.txt 2006-09-19 10:51:35 UTC (rev 70225)
+++ Zope3/trunk/src/zope/app/authentication/README.txt 2006-09-19 15:40:23 UTC (rev 70226)
@@ -6,6 +6,10 @@
authenticating principals and associating information with them. It uses
plugins and subscribers to get its work done.
+For a pluggable-authentication utility to be used, it should be
+registered as a utility providing the
+`zope.app.security.interfaces.IAuthentication` interface.
+
Authentication
==============
More information about the Zope3-Checkins
mailing list