Hello, How can I get the contents of variable out of my <dtml-in> </dtml-in> code? For example: <dtml-in "_['sequence-item'].objectValues(['TSubRegiao'])"> <dtml-call "REQUEST.set('HORA', horacondicaoatual)"> </dtml-in> I need get the variable HORA and I couldn't. Thanks Marcus Mendes
Hi all, I notised some strange behavior in the way Zope User Folders works. First, you can't delegate the permissionto add and delete user except by assigning the user the role "manager". IMHO this is to limiting. Second, if you give a user the permission to Change Persmissions, that user can change permissions that she doesn't have the right to manage in the first place. In that way she can upgrade here permissions. That's no good. Best Regards, Johan Carlsson
Johan Carlsson wrote:
First, you can't delegate the permissionto add and delete user except by assigning the user the role "manager". IMHO this is to limiting.
Second, if you give a user the permission to Change Persmissions, that user can change permissions that she doesn't have the right to manage in the first place. In that way she can upgrade here permissions. That's no good.
This is a little inflexible isn't it? Chuck it in the collector I guess... :S cheers, Chris
participants (3)
-
Chris Withers -
Johan Carlsson -
Marcus Mendes