On Nov 23, 2011, at 6:14 AM, moto kawasaki wrote: > > Hi > > I am afraid it might be a FAQ, but let me ask. > > Is it possible to have two Wiki pages; one is readable for anonymous > users, the other is read/write-able for authenticated users ?? > > I'd like to publish a general explanation for anonymous, and an > implementation documents for auth-ed users in a project at the same > time. > > Thank you very much. > > > Best Regards, > > > > -- > moto kawasaki <[email protected]> > > > > > -- > 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. >
Hello! You might want to take a look at the following site: http://trac.edgewall.org/wiki/TracFineGrainedPermissions Granting specific read and write access is easily accomplished per Wiki page, and even per version of said wiki page. I am a little confused on the 'same time' statement. I am assuming you mean, everyone receives one link, but if a person is not authenticated, they see a different wiki page? That I am not sure is possible. Non-authenticated users would simply see a permissions based error. That might be some vhost authentication adjustment in the Apache configuration. But even then… I am trying to think how I would do that… and I am drawing a blank. Good luck! Jason -- 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.
