On Tue, Oct 09, 2007 at 09:54:45AM +0100, matt davies wrote: > I suppose what would be the perfect solution is for the front page of > the site to not show the wiki in the main window, and users who have > the ability to read the wiki can click on the Wiki link in the top > navigation. > > Users who don't have the ability to read the wiki won't see a > Permission Denied error then on the front page. > > We'll put our own text into that area. > > I'm just not sure what files I need to edit in order to do that.
First, change default_handler in your trac.ini. (and restart the server afterwards). Then, use trac-admin to remove all WIKI_* permissions. Add a new group, e.g. wiki_users (use lowercases for group names) and give that group at least WIKI_VIEW permissions. Cf. also http://trac.edgewall.org/wiki/TracAdmin and http://trac.edgewall.org/wiki/TracPermissions (note the the graphical admin tab requires a plugin called TracWebAdmin; I am not sure if it is available for 0.9.6) Rainer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
