On 4/4/06, Nathan Probst <[EMAIL PROTECTED]> wrote: > This is my first post, so I appologize if this has been answered before. Is > there an easy way to give a small group of public beta testers a simple > ticket submit page, without exposing the rest of the development-owned Trac > site?
Welcome! Haven't done exactly this myself but I think using the command line tool `trac-admin <path-to-your-trac-env> permission` should give you some knobs to turn and <http://projects.edgewall.com/trac/wiki/TracPermissions> the knowledge to turn them in the right direction. Basically what you want to do is to remove anonymous rights and add rights for some specific users. HTH -- JornH _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
