Difference: TWikiUserAuthentication (9 vs. 10)

Revision 102001-09-07 - MikeMannix

Line: 1 to 1
 
Changed:
<
<

TWiki User Authentication

>
>

TWiki User Authentication

  TWiki site access control and user activity tracking
Changed:
<
<

Overview

>
>

Overview

  TWiki does not authenticate users internally, it depends on the REMOTE_USER 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.

Changed:
<
<

Authentication Options

>
>

Authentication Options

  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:
  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 TWikiGuest default identity, so you can't track individual user activity.
  2. Use SSL (Secure Sockets Layer; HTTPS) to authenticate and secure the whole server.
  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 TWiki Installation Guide has step-by-step instructions.
Changed:
<
<

Partial Authentication

>
>

Partial Authentication

  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:
Line: 34 to 34
 
Changed:
<
<

TWiki Username vs. Login Username

>
>

TWiki Username vs. Login Username

  This section applies only if your TWiki is installed on a server that is both authenticated and on an intranet.
Line: 53 to 53
 

Changed:
<
<

Changing Passwords

>
>

Changing Passwords

  Change and reset passwords using forms on regular pages. Use TWikiAccessControl to restrict use as required.
Line: 70 to 70
 
Deleted:
<
<
-- PeterThoeny - 16 Mar 2001
 -- MikeMannix - 29 Aug 2001
Deleted:
<
<
 
META TOPICMOVED by="MikeMannix" date="999320061" from="TWiki.TWikiAuthentication" to="TWiki.TWikiUserAuthentication"
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiUserAuthentication.