summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2001-09-14 08:02:14 +0000
committerPeter Thoeny <web-hurd@gnu.org>2001-09-14 08:02:14 +0000
commite731bae4e9e580696ffc3b0e94297b8c2c693066 (patch)
treee4d5be4ff57292185156e4d5ee7ca4c82f6b5547 /TWiki
parentb315d1e02c390588c201f26c121aee67f62c71bf (diff)
none
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/TWikiUserAuthentication.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/TWiki/TWikiUserAuthentication.mdwn b/TWiki/TWikiUserAuthentication.mdwn
index d76e7016..7314e925 100644
--- a/TWiki/TWikiUserAuthentication.mdwn
+++ b/TWiki/TWikiUserAuthentication.mdwn
@@ -18,7 +18,7 @@ No special installation steps need to be performed if the server is already auth
1. **Forget about authentication** to make your site completely public - anyone can browse and edit freely, in classic Wiki mode. All visitors are assigned the %MAINWEB%.TWikiGuest default identity, so you can't track individual user activity. <br />
2. **Use SSL** (Secure Sockets Layer; HTTPS) to authenticate and secure the whole server. <br />
-3. **Use Basic Authentication (HTAccess)** to control access by protecting key scripts: `attach`, `edit=`, `installpasswd`, `password`, `preview`, `rename`, `save`, `upload`, `view`, `viewfile` using .htaccess files. The [[TWikiDocumentation]] has step-by-step instructions.
+3. **Use Basic Authentication (.htaccess)** to control access by protecting key scripts: `attach`, `edit=`, `installpasswd`, `preview`, `rename`, `save`, `upload` using the .htaccess file. The [[TWikiInstallationGuide]] has step-by-step instructions.
### <a name="Partial_Authentication"> Partial Authentication </a>