On Tue, 2006-03-21 at 10:12 -0800, Peter Brown wrote:
> I am able to save permission changes to the database but those  
> permissions are being ignored by the application.
> 
> I do:
> trac-admin /path/to/app permission add TRAC_ADMIN peter

You've got the arguments reversed.  It should be:
  permission add <user> <action> [action] [...]

That way you can add multiple permissions in a single command.

If you run trac-admin in interactive mode you can type:
  help <command>
to get help on any of the commands.

-- 
Matthew Good <[EMAIL PROTECTED]>

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to