summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorMikeMannix <MikeMannix>2001-09-07 10:05:18 +0000
committerMikeMannix <MikeMannix>2001-09-07 10:05:18 +0000
commita3c81a382bf079ce279789059a0380c46da9889f (patch)
tree90a3106b992b22d869ba9a2efdc6312d04fdeafd /TWiki
parentb4114d447225bacb929d9c8e29e75b918f0dbab6 (diff)
none
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/TWikiUserAuthentication.mdwn14
1 files changed, 7 insertions, 7 deletions
diff --git a/TWiki/TWikiUserAuthentication.mdwn b/TWiki/TWikiUserAuthentication.mdwn
index fe896a91..16a790ce 100644
--- a/TWiki/TWikiUserAuthentication.mdwn
+++ b/TWiki/TWikiUserAuthentication.mdwn
@@ -1,16 +1,16 @@
%TOC% %STARTINCLUDE%
-## <a name="TWiki_User_Authentication"> TWiki User Authentication </a>
+# <a name="TWiki_User_Authentication"> TWiki User Authentication </a>
_TWiki site access control and user activity tracking_
-### <a name="Overview"> Overview </a>
+## <a name="Overview"> Overview </a>
TWiki does not authenticate users internally, it depends on the <code>**REMOTE\_USER**</code> environment variable. This variable is set when you enable Basic Authentication (.htaccess) or SSL "secure server" authentication (https protocol).
TWiki uses visitor identification to keep track of who made changes to topics at what time and to manage a wide range of personal site settings. This gives a complete audit trail of changes and activity.
-### <a name="Authentication_Options"> Authentication Options </a>
+## <a name="Authentication_Options"> Authentication Options </a>
No special installation steps need to be performed if the server is already authenticated. If not, you have three standard options for controlling user access:
@@ -18,7 +18,7 @@ No special installation steps need to be performed if the server is already auth
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.
-#### <a name="Partial_Authentication"> Partial Authentication </a>
+### <a name="Partial_Authentication"> Partial Authentication </a>
**Tracking by IP address** is an experimental feature, enabled in `lib/TWiki.cfg`. It lets you combine open access to some functions, with authentication on others, with full user activity tracking:
@@ -34,7 +34,7 @@ No special installation steps need to be performed if the server is already auth
* You are %WIKIUSERNAME%
-### <a name="TWiki_Username_vs_Login_Username"> TWiki Username vs. Login Username </a>
+## <a name="TWiki_Username_vs_Login_Username"> TWiki Username vs. Login Username </a>
This section applies only if your %WIKITOOLNAME% is installed on a server that is both **authenticated** and on an **intranet**.
@@ -70,7 +70,7 @@ This section applies only if your %WIKITOOLNAME% is installed on a server that i
<a name="ChangingPasswords"></a>
-### <a name="Changing_Passwords"> Changing Passwords </a>
+## <a name="Changing_Passwords"> Changing Passwords </a>
Change and reset passwords using forms on regular pages. Use [[TWikiAccessControl]] to restrict use as required.
@@ -82,4 +82,4 @@ Change and reset passwords using forms on regular pages. Use [[TWikiAccessContro
> %INCLUDE\{"ResetPassword"\}%
--- [[PeterThoeny]] - 16 Mar 2001 <br /> -- [[MikeMannix]] - 29 Aug 2001
+-- [[MikeMannix]] - 29 Aug 2001