On Jun 30, 2008, at 12:40 PM, Thomas Kröhling wrote: > > Hi, > we want to have a multi project Trac installation where a project > admin should have the ability to give users permissions, to edit the > project pages, create tickets etc using the web admin interface (or > similar). What he should not be able to do, is e.g. adding plugins > or changing the authentication mechanism. These should be the same > for all projects and not be customized by project admins. > We are using Trac 0.11, with the web admin interface. I found > examples that you could customize the WebAdmin interface in Trac > 0.10 with the WebAdmin Plugin and disable e.g. the plugins gui > (webadmin.plugin.*=disabled). But this does not seem to work for > Trac 0.11 or at least I failed doing so. > Is a finer grained control of what is presented in the web admin > interface still possible? Or do I have to write my own pages for the > project admins? Or is there another easier way?
Trac itself is also a plugin (or rather a collection of plugins), so the [component] section works just fine: trac.admin.web_ui.PluginAdminPanel = disabled --Noah --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
