Can I somehow limit the number of variables that a user can have access to somehow. Thanks in advance for replying.

link|improve this question

why do you need this, and what kind of 'variables' are we talking about? – lexu Apr 2 '10 at 8:03
i am talking variables which allow them to change the read/write permissions of the other users.. because our site will be institution wide... say changing the view permissions can prove to be really dangerous – w2lame Apr 2 '10 at 15:11
feedback

2 Answers

Your Main.TWikiPreferences and your WebPreferences allow you to set a variable called FINALPREFERENCES. You can set this to a list of variables. These variables are locked. If, for example, the FINALPREFERENCES in your TWikiPreferences mention the variable DOCWEB, this variable cannot be modified in any WebPreferences, topics or user preferences.

You can read more about preferences and access control in TWiki (the same topics should be present in your local TWiki installation).

Note: I'm a Foswiki admin, I do not use TWiki anymore. While the mechanism described is the same in Foswiki and TWiki, variables and topics might have slightly different names and I am not 100% sure if I have used the correct TWiki names in the above. Nevertheless, you should be abled fo find such details when you follow the links provided.

link|improve this answer
feedback
up vote 0 down vote accepted

I finally got the answer to the problem. Read the discussion for further details.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.