[Checkins] SVN: grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl Grant zope.View permission to authenticated users. See

Uli Fouquet uli at gnufix.de
Wed Nov 25 10:57:58 EST 2009


Log message for revision 106011:
  Grant zope.View permission to authenticated users. See
  https://bugs.launchpad.net/grok/+bug/487561.
  

Changed:
  U   grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl

-=-
Modified: grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl	2009-11-25 15:56:59 UTC (rev 106010)
+++ grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl	2009-11-25 15:57:57 UTC (rev 106011)
@@ -20,6 +20,8 @@
                  password=${passwd}
                  />
 
+      <grant permission="zope.View"
+	     principal="zope.Authenticated" />
       <!-- Replace the following directive if you do not want
            public access -->
       <grant permission="zope.View"



More information about the checkins mailing list