Question
I have a requirement wherein for each Topic, I want to assign Read Permission to individual or a set of users.
For example, I create Topic A, I want only User B to access it, no one else. I create another Topic B, which I want User B and User C to have access and no one else.
How can I achieve this?
Regards
Ram
Environment
--
RamkumarKrishnamoorthi - 22 Jul 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Assuming you have authentication working, you can set access control for every topic, such as:
-
Set ALLOWTOPICVIEW = Main.UserA
or:
-
Set ALLOWTOPICVIEW = Main.UserA, Main.UserB
Read details in
TWikiAccessControl.
--
PeterThoeny - 22 Jul 2006