[Zope-CVS] CVS: Zope3 - principals.zcml.in:1.3
R. David Murray
bitz@bitdance.com
Sat, 3 Aug 2002 20:36:10 -0400
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv28259
Modified Files:
principals.zcml.in
Log Message:
Correct the directive spelling in principles.zcml.in to match the (correct)
spelling from sample_principles.zcml.
=== Zope3/principals.zcml.in 1.2 => 1.3 ===
-<zopeConfigure
- xmlns='http://namespaces.zope.org/zope'
- xmlns:security='http://namespaces.zope.org/security'
- xmlns:zmi='http://namespaces.zope.org/zmi'
- xmlns:browser='http://namespaces.zope.org/browser'
->
+<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
-<security:defaultPrincipal id="anybody" title="Unauthenticated User" />
+<unauthenticatedPrincipal id="anybody"
+ title="Unauthenticated User" />
</zopeConfigure>