> 403 Forbidden (TAGS_EDIT privileges are required to perform this operation) This message comes from a plugin. A pristine Trac installation does not have TAGS_EDIT permission.
> I have looked through how to add permission for a user to edit and create > wiki pages and have found that this string is required on the admin page to > grant permission: > $ trac-admin /path/to/projenv permission add bob WIKI_CREATE > > My problem is that I don't know where to enter this code. Can anyone give > me guidance on that or other solutions to my problem? trac-admin is the console-based administration tool for Trac. If it's not in your path, search it with the find command (find /usr -name "trac-admin" -print). replace "/path/to/projenv" with the actual path to your Trac project (i.e. the path where the Trac project is stored on your server). replace "WIKI_CREATE" with "TAGS_EDIT", and "bob" with the name you used to log in on Trac (which should appear right after the "logged in as" on the top-right corner of your web browser window) HTH, Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
