Question
Hello,
I need help....
Scenario as follow:
In our Twiki, we have 'Main' 'Twiki' 'Project' 'Docs' 'Trash' and 'Sandbox' , 6 webs total.
We want to config the access-control for Project and Docs webs.
For exmaple, Users who belong to the
AaGroup (a group) can view and edit Project webs, but can not do it on Docs web.
We use 'WebPermissionsPlugin' plugin to realize, it works well.
The problem is if another new user register, for instance user B. It sames that user B don't belong to any group after registration ( That is what I think, maybe a user will belong to some default group after registration.... I am not sure ). But user B can edit or view both Project and Docs web.
After I move the user B to the
AaGroup, then user B can't view or edit Docs web.
So I wanna force the user who already regitered but not belong to any group under access control . how can I do it ?
Environment
--
StephenGai - 23 Mar 2007
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.
no update....
--
StephenGai - 24 Apr 2007
NewUserPlugin does not read like it does it, but its close - you may be able to make a small change to that plugin to get it to add the user to a group?
--
SvenDowideit - 24 Apr 2007
Stephen, it might be that you are running into an issue that is explained in
TWikiAccessControl
The same rules apply to ALLOWTOPICCHANGE/DENYTOPICCHANGE and APPLYTOPICRENAME/DENYTOPICRENAME. Setting ALLOWTOPICCHANGE or ALLOWTOPICRENAME to en empty value means the same as not defining it. Setting DENYTOPICCHANGE or DENYTOPICRENAME to an empty value means that anyone can edit or rename the topic.
--
SvenDowideit - 30 Apr 2007
I do a program : if there are new register to our twiki, then the user will be auto set into
NoBodyGroup. And user in that group only have the view priority....
--
StephenGai - 21 May 2007
It looks like this question is resolved. Re-open if needed...
--
PeterThoeny - 06 Jul 2007