[Checkins] SVN: grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl Grant zope.View permission for authenticated users. See

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


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

Changed:
  U   grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2009-11-25 15:50:30 UTC (rev 106009)
+++ grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2009-11-25 15:56:59 UTC (rev 106010)
@@ -32,6 +32,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