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

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


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

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

-=-
Modified: grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl	2009-11-25 15:57:57 UTC (rev 106011)
+++ grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl	2009-11-25 16:00:00 UTC (rev 106012)
@@ -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