[Checkins] SVN: zc.zservertracelog/branches/dev/buildout.cfg Fixed a bug in the app config. I wonder why this didn't cause a

Jim Fulton jim at zope.com
Sat Apr 28 09:40:44 EDT 2007


Log message for revision 74878:
  Fixed a bug in the app config.  I wonder why this didn't cause a
  problem last night. Weird.
  

Changed:
  U   zc.zservertracelog/branches/dev/buildout.cfg

-=-
Modified: zc.zservertracelog/branches/dev/buildout.cfg
===================================================================
--- zc.zservertracelog/branches/dev/buildout.cfg	2007-04-28 12:46:22 UTC (rev 74877)
+++ zc.zservertracelog/branches/dev/buildout.cfg	2007-04-28 13:40:44 UTC (rev 74878)
@@ -22,6 +22,10 @@
   <role id="zope.Manager" title="Site Manager" />
   <role id="zope.Member" title="Site Member" />
   <grantAll role="zope.Manager" />
+  <unauthenticatedPrincipal
+    id="zope.anybody"
+    title="Unauthenticated User" 
+    />
   <principal
       id="zope.manager"
       title="Manager"



More information about the Checkins mailing list