-
1. Re: wiki documentation added/update
mchinn Dec 7, 2004 2:06 PM (in response to jae77)Hello Permissions master,
Well looking at some of the other posting in this forum a lot of other folks are having trouble setting permissions for blocks so only certain groups can see them upon login. This seems like it shold be a simple permission (ie a group views it or not).
I too am having trouble doing this. I've got a wonderful grasp of permissions on the menus (I'm dealing with over 150 distinct groups for our support portal!) but the same permission settings don't work on a block, which leads me to think there is a bug in the permissions code for blocks.
In my htmlblock Mbean view in the JMX Console, here's what my security looks like:
This should allow only groups A and C to see the block, but NOT B. However, the block continues to display.
What da heck am I doing wrong?
Matt -
2. Re: wiki documentation added/update
sgwood Dec 7, 2004 4:35 PM (in response to jae77)
The block has to explicitly use the security you set. The functionality is not there by default. The permissions in the htmlModule are about the document, not whether the block displays.
Sherman