Skip to content

mxm, IT's mad science

Sections
Personal tools
You are here: Home » Products » Open Source » mxm Workgroups for Plone » Make Workgroup Members portlet not visible to anonymous users
Downloads
You can download mxm products here.

Due to it's technical and international nature, this section is in english.

Max M Has a blog too.

og er glad for mad

 

Comment

Above in this comment thread: mxm Workgroups for Plone

Make Workgroup Members portlet not visible to anonymous users

Posted by Anonymous User at 2004-06-07 11:29 PM
Hello! I apologize in advance for what might be a very simple question, but I've noticed that when Anonymous users view a folder designated as a workgroup folder that the "Workgroup Members" portlet shows up which lists all the group members. I want this to be private unless users have authenticated (like the mail to portlet This portlet is hidden for anonymous users).

How do I turn off the visibility of the "Workgroup Members" porlet for anonymous users? Any help is appreciated.

great product! thx,

On the top of my head

Posted by maxm at 2004-06-08 02:40 PM
Something like:

tal:condition="python: user != 'Anonymous'"

Should do it.