> -----Original Message----- > From: Gerald Stampfel [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 29, 2003 10:06 PM > To: Jetspeed Users List > Subject: Title Bar Icons in Portlet for Anon > > > Hey again! > > When displaying the standard, not customized, Jetspeed root page > (http://foo/jetspeed/) for the anonymous user (no login), the > portlets don't have these three or for icons for maximizing, > minimizing, etc.a portlet. But when logging in, these icons > appear in the title bar of each portlet. > > What settings do I have to change in order to change this ? > change ? :) > > Is it the property 'services.PortalToolkit.default.control' > in '/WEB-INF/conf/JetspeedResources.properties' ? >
No, I don't think that's what you need to edit. Instead, there are two settings in JetspeedSecurity.properties. The first is to generally switch off action buttons for the anon user: services.JetspeedSecurity.actions.anon.disable=true The second defines the default permissions if nothing else is defined: services.JetspeedSecurity.permission.default.anonymous=view HTH -- Holger Dewes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
