On Nov 11, 1:28 am, Remy Blank <[email protected]> wrote: > Yes, there were a number of issues with authz in 0.12, that were fixed > in 0.12.1.
I've upgraded to 0.12.1 using easy_install, and it seems the issue with missing Browse Source button is fixed indeed :) But it doesn't solve the problem with users having access to the projects they should not see. For example, with authz file like this: [groups] project1 = user1,user2 [/] superadmin = rw [/project1] @project1 = rw user1 and user2 can happily browse the entire source tree regardless of the fact they've been given access only to project1. So, can they be restricted somehow only to project1 directory? -- 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.
