Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
On this page:
| ||||||||
Line: 66 to 66 | ||||||||
The Super Admin Group | ||||||||
Changed: | ||||||||
< < | By mistyping a user or group name in the settings, it's possible to lock a topic so that no-one can edit it from a browser. To avoid this, add the WikiNames of registered administrators to the super admin group topic called TWikiAdminGroup . The name of this topic is defined by the {SuperAdminGroup} configure setting. Example group setting: | |||||||
> > | By mistyping a user or group name in the settings, it's possible to lock a topic so that no-one can edit it from a browser. To avoid this, add the WikiNames of registered administrators to the super admin group topic called TWikiAdminGroup . The name of this topic is defined by the {SuperAdminGroup} configure setting. Example group setting: | |||||||
Restricting Access | ||||||||
Line: 75 to 75 | ||||||||
| ||||||||
Deleted: | ||||||||
< < |
| |||||||
Controlling access to a Web | ||||||||
Changed: | ||||||||
< < | You can define restrictions of who is allowed to view a PlanetoWiki web. You can restrict access to certain webs to selected Users and Groups, by: | |||||||
> > | You can define restrictions on who is allowed to view a PlanetoWiki web. You can restrict access to certain webs to selected Users and Groups, by: | |||||||
| ||||||||
Line: 91 to 88 | ||||||||
| ||||||||
Deleted: | ||||||||
< < |
| |||||||
Be careful with empty values for any of these. In older versions of TWiki,
| ||||||||
Line: 102 to 97 | ||||||||
Controlling access to a Topic | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Deleted: | ||||||||
< < |
| |||||||
Remember when opening up access to specific topics within a restricted web that other topics in the web - for example, the WebLeftBar - may also be accessed when viewing the topics. The message you get when you are denied access should tell you what topic you were not permitted to access. | ||||||||
Line: 131 to 124 | ||||||||
RewriteEngine on RewriteCond %{REQUEST_URI} !^/+twiki/+pub/+TWiki/+.+ RewriteRule ^/+twiki/+pub/+([^/]+)/+((([^/]+)/+)+)(.+) /twiki/bin/viewfile/$1/$4?filename=$5 [L,PT] | ||||||||
Changed: | ||||||||
< < | </verbatim | |||||||
> > | ||||||||
That way all the controls that apply to the topic also apply to attachments to the topic. Other types of webserver have similar support.
Note: Images embedded in topics will load much slower since each image will be delivered by the viewfile script. | ||||||||
Added: | ||||||||
> > | Controlling who can create top-level websTop level webs are a special case, because they don't have a parent web with a WebPreferences. So there has to be a special control just for the root level.
ROOTCHANGE access to rename an existing top-level web. You just need WEBCHANGE in the web itself. | |||||||
How TWiki evaluates ALLOW/DENY settings | ||||||||
Changed: | ||||||||
< < | When deciding whether to grant access, TWiki evaluates the following rules in order (read from the top of the list; if the logic arrives at PERMITTED or DENIED that applies immediately and no more rules are applied). You need to read the rules bearing in mind that VIEW, CHANGE and RENAME access may be granted/denied separately. | |||||||
> > | When deciding whether to grant access, TWiki evaluates the following rules in order (read from the top of the list; if the logic arrives at PERMITTED or DENIED that applies immediately and no more rules are applied). You need to read the rules bearing in mind that VIEW and CHANGE access may be granted/denied separately. | |||||||
| ||||||||
Line: 189 to 189 | ||||||||
Hide Control Settings | ||||||||
Changed: | ||||||||
< < | ![]() | |||||||
> > | ![]() | |||||||
|