[Zope3-checkins] CVS: Zope3 - site.zcml:1.17.4.1
Albertas Agejevas
alga@codeworks.lt
Sun, 22 Jun 2003 13:47:56 -0400
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv25126
Modified Files:
Tag: cw-mail-branch
site.zcml
Log Message:
EP2003 sprint: finished the mail service.
Added logging to the Zope log.
=== Zope3/site.zcml 1.17 => 1.17.4.1 ===
--- Zope3/site.zcml:1.17 Thu May 8 13:27:16 2003
+++ Zope3/site.zcml Sun Jun 22 13:47:25 2003
@@ -18,6 +18,7 @@
<grant permission="zope.ManageServices" role="Manager" />
<grant permission="zope.ManageApplication" role="Manager" />
<grant permission="zope.ManageBindings" role="Manager" />
+<grant permission="zope.SendMail" role="Manager" />
<!-- Grant Manager all necessary Permissions for using Workflows -->
<grant permission="zope.workflow.ManageProcessDefinitions" role="Manager" />