[Checkins] SVN: grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl Add missing auth-settings from buildout.cfgs site.zcml. See

Uli Fouquet uli at gnufix.de
Wed Nov 25 11:01:25 EST 2009


Log message for revision 106013:
  Add missing auth-settings from buildout.cfgs site.zcml. See
  https://bugs.launchpad.net/grok/+bug/487561.
  

Changed:
  U   grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl

-=-
Modified: grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl	2009-11-25 16:00:00 UTC (rev 106012)
+++ grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl	2009-11-25 16:01:25 UTC (rev 106013)
@@ -15,6 +15,23 @@
       id="zope.anybody"
       title="Unauthenticated User"
       />
+  <unauthenticatedGroup 
+      id="zope.Anybody"
+      title="Unauthenticated Users" 
+      />
+  <authenticatedGroup 
+      id="zope.Authenticated"
+      title="Authenticated Users" 
+      />
+  <everybodyGroup 
+      id="zope.Everybody"
+      title="All Users"
+      />
+
+  <grant 
+      permission="zope.View"
+      principal="zope.Authenticated"
+      />
   <grant
       permission="zope.View"
       principal="zope.anybody"



More information about the checkins mailing list