- [[PeterThoeny]] - 01 Nov 2000: New variable `%VAR{"NAME" web="Web"}%` to get web specific preferences. More in [[TWikiVariables]].
- [[PeterThoeny]] - 01 Nov 2000: Added a "Cancel" link in edit that releases the edit lock.
- [[PeterThoeny]] - 23 Oct 2000: Authorization based on groups. Define fine graned control who is allowed to change or create topics. More in [[TWikiAccessControl]] and [TWiki:Codev.AuthenticationBasedOnGroups](http://TWiki.org/cgi-bin/view/Codev/AuthenticationBasedOnGroups).
-- [[PeterThoeny]] - 05 Oct 2000: Remember user by IP address so that `view` "knows" the user once authenticated in `edit`. More in [[TWikiAuthentication]].
+- [[PeterThoeny]] - 05 Oct 2000: Remember user by IP address so that `view` "knows" the user once authenticated in `edit`. More in [[TWikiUserAuthentication]].
- [[AlWilliams]], [[PeterThoeny]] - 26 Sep 2000: Fixed [TWiki:Codev.UppercaseAttachments](http://TWiki.org/cgi-bin/view/Codev/UppercaseAttachments) bug and added `png` image support.
- [[HaroldGottschalk]], [[AndreaSterbini]], [[PeterThoeny]] - 26 Sep 2000: Allow nesting of variables, i.e. `%INCLUDE{"%TWIKIWEB%.TWikiWebsTable"}%`. More in [TWiki:Codev.BetterTWikiTagTemplateProcessing](http://TWiki.org/cgi-bin/view/Codev/BetterTWikiTagTemplateProcessing)
- [[ManpreetSingh]] - 20 Sep 2000: New -q switch in `mailnotify` to suppress all normal output.
<td> xxxx </td>
</tr>
<tr>
- <td><code><b>TWiki/TWikiAuthentication.txt</b></code></td>
+ <td><code><b>TWiki/TWikiUserAuthentication.txt</b></code></td>
<td> xxxx </td>
</tr>
<tr>
- <td><code><b>TWiki/TWikiAuthentication.txt,v</b></code></td>
+ <td><code><b>TWiki/TWikiUserAuthentication.txt,v</b></code></td>
<td> xxxx </td>
</tr>
<tr>
<td> xxxx </td>
</tr>
<tr>
- <td><code><b>TWiki/TWikiInstallationNotes.txt</b></code></td>
+ <td><code><b>TWiki/TWikiInstallationGuide.txt</b></code></td>
<td> xxxx </td>
</tr>
<tr>
- <td><code><b>TWiki/TWikiInstallationNotes.txt,v</b></code></td>
+ <td><code><b>TWiki/TWikiInstallationGuide.txt,v</b></code></td>
<td> xxxx </td>
</tr>
<tr>
<td> xxxx </td>
</tr>
<tr>
- <td><code><b>TWiki/TWikiUpgradeNotes.txt</b></code></td>
+ <td><code><b>TWiki/TWikiUpgradeGuide.txt</b></code></td>
<td> xxxx </td>
</tr>
<tr>
- <td><code><b>TWiki/TWikiUpgradeNotes.txt,v</b></code></td>
+ <td><code><b>TWiki/TWikiUpgradeGuide.txt,v</b></code></td>
<td> xxxx </td>
</tr>
<tr>
<div>
<ul>
- <li><a href="#TWiki Authentication"> TWiki Authentication</a><ul>
+ <li><a href="#TWiki User Authentication"> TWiki User Authentication</a><ul>
<li><a href="#Authentication Options"> Authentication Options</a></li>
<li><a href="#Tracking by IP Address"> Tracking by IP Address</a></li>
<li><a href="#TWiki Username vs. Login Usernam"> TWiki Username vs. Login Username</a></li>
</ul>
</div>
-## <a name="TWiki Authentication"></a> TWiki Authentication
+## <a name="TWiki User Authentication"></a> TWiki User Authentication
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 or authentication via SSL (https protocol).
- - [[TWikiHistory]]: a TWiki development timeline
- [[TWikiDocumentation]]: complete operator's reference, comprising:
1. [[TWikiSoftwareEnvironment|Main/TWikiImplementationNotes]]
- 2. [[TWikiInstallationGuide|Main/TWikiInstallationNotes]]
- 3. [[TWikiUpgradeGuide|Main/TWikiUpgradeNotes]]
- 4. [[TWikiUserAuthentication|Main/TWikiAuthentication]]
+ 2. [[TWikiInstallationGuide]]
+ 3. [[TWikiUpgradeGuide]]
+ 4. [[TWikiUserAuthentication]]
5. [[TWikiAccessControl]]
6. [[TWikiTemplates OLD?|Main/TWikiTemplates]]
7. [[TWikiTemplateSystem NEW?|Main/TWikiTemplatingSystem]]