[CMF-checkins] CVS: CMF/DCWorkflow/dtml - guard.dtml:1.2
Shane Hathaway
shane at zope.com
Mon Jan 26 18:06:39 EST 2004
Update of /cvs-repository/CMF/DCWorkflow/dtml
In directory cvs.zope.org:/tmp/cvs-serv15092/dtml
Modified Files:
guard.dtml
Log Message:
Guards can now require group membership.
Also removed the local group mapping, since other machinery now
takes care of local group mappings.
=== CMF/DCWorkflow/dtml/guard.dtml 1.1 => 1.2 ===
--- CMF/DCWorkflow/dtml/guard.dtml:1.1 Mon Jun 11 15:33:47 2001
+++ CMF/DCWorkflow/dtml/guard.dtml Mon Jan 26 18:06:38 2004
@@ -5,6 +5,8 @@
<td><input type="text" name="guard_permissions" value="&dtml-getPermissionsText;" /></td>
<th align="left">Role(s)</th>
<td><input type="text" name="guard_roles" value="&dtml-getRolesText;" /></td>
+<th align="left">Group(s)</th>
+<td><input type="text" name="guard_groups" value="&dtml-getGroupsText;" /></td>
</tr>
<tr>
More information about the CMF-checkins
mailing list