[Zope3-checkins] CVS: Zope3 - site.zcml:1.18
Albertas Agejevas
alga@codeworks.lt
Mon, 23 Jun 2003 11:46:09 -0400
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv32331
Modified Files:
site.zcml
Log Message:
Transactionaly safe QueuedMailService merged into head.
If you want to play with it, uncomment the example tag in
zope/app/mail/configure.zcml .
=== Zope3/site.zcml 1.17 => 1.18 ===
--- Zope3/site.zcml:1.17 Thu May 8 13:27:16 2003
+++ Zope3/site.zcml Mon Jun 23 11:45:38 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" />