summaryrefslogtreecommitdiff
path: root/TWiki/TWikiAccessControl.mdwn
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2001-06-08 06:06:45 +0000
committerPeter Thoeny <web-hurd@gnu.org>2001-06-08 06:06:45 +0000
commit05d23fa1f81a76bc2fec20249195baea091becf8 (patch)
tree2148abc66e99177390fd71f7dbaae7efeff33852 /TWiki/TWikiAccessControl.mdwn
parentc9471c8308fe8d54e10c1f080c404e9d98423ceb (diff)
none
Diffstat (limited to 'TWiki/TWikiAccessControl.mdwn')
-rw-r--r--TWiki/TWikiAccessControl.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/TWiki/TWikiAccessControl.mdwn b/TWiki/TWikiAccessControl.mdwn
index 0c7e6251..09ce0195 100644
--- a/TWiki/TWikiAccessControl.mdwn
+++ b/TWiki/TWikiAccessControl.mdwn
@@ -71,7 +71,7 @@ _Notes for read access restriction:_
* Leave the `view` script non authenticated in the `.htaccess` file.
* Enable the `$doRememberRemoteUser` flag in `wikicfg.pm` as described in [TWiki Authentication](TWikiDocumentation#authentication). %WIKITOOLNAME% will now remember the IP address of an authenticated user.
* Copy the `view` script to `viewauth` (or better, create a symbolic link)
- * Enable authentication for the `viewauth` script in the `.htaccess` file.
+ * Add `viewauth` to the list of authenticated scripts in the .htaccess file.
* When a user accesses a web where you enabled view restriction, %WIKITOOLNAME% will redirect from the `view` script to the `viewauth` script once (this hapens only if the user has never edited a topic). Doing so will ask for authentication. The `viewauth` script shows the requested topic if the user could log on and if the user is authorized to see that web.
* If you enable view restriction for a web, it is recommended to restrict search "all webs" from searching this web. Enable this restriction with the `NOSEARCHALL` variable in its [[WebPreferences]], like:
* Set NOSEARCHALL = on