Make Workgroup Members portlet not visible to anonymous users
Posted byAnonymous Userat
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.
How do I turn off the visibility of the "Workgroup Members" porlet for anonymous users? Any help is appreciated.
great product! thx,
tal:condition="python: user != 'Anonymous'"
Should do it.