Welcome, Registration, and other StartingPoints; TWiki history & Wiki style; All the docs...
View   r13  >  r12  >  r11  >  r10  >  r9  >  r8  ...
TWikiUserAuthentication 13 - 15 Sep 2001 - Main.MikeMannix
Line: 1 to 1
Deleted:
<
<

<-- template: messages.nat.tmpl -->
Warning: Can't find topic TWiki.UtilTempDocNote
 

TWiki User Authentication

Line: 9 to 7
 

Overview

Changed:
<
<
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 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.

Authentication Options

Changed:
<
<
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:
>
>
No special installation steps are required if the server is already authenticated. If it isn't, 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, preview, rename, save, upload using the .htaccess file. The TWikiInstallationGuide has step-by-step instructions.
Line: 61 to 59
 
Changed:
<
<
>
>
 Forgotten your password? Use ResetPassword instead.

After submitting this form your password will be changed.
Fields marked ** are required
Your LoginName: **
Current password: **
New password: **
Retype new password: **
<-- /twikiFormStep-->
<-- /twikiFormSteps-->

Changed:
<
<
>
>
 Remember your password? Use ChangePassword instead. Otherwise, use this form to get a new one e-mailed to you.

After submitting this form, you will receive an e-mail with your new, system-generated password, and a link to a page where you can change it.

ALERT! you must have at least one valid registered e-mail to be able to reset your password. If none of your registered e-mail addresses is valid, and you have forgotten your password, contact webmaster@new.law.columbia.edu.

Fields marked ** are required
Your LoginName: **
<-- /twikiFormStep-->
<-- /twikiFormStep-->
<-- /twikiFormSteps-->


TWikiUserAuthentication 12 - 14 Sep 2001 - Main.PeterThoeny
Line: 1 to 1
 

<-- template: messages.nat.tmpl -->
Warning: Can't find topic TWiki.UtilTempDocNote

Line: 18 to 18
 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.
Changed:
<
<
  1. 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.
>
>
  1. 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.
 

Partial Authentication


TWikiUserAuthentication 11 - 12 Sep 2001 - Main.MikeMannix
Line: 1 to 1
Added:
>
>

<-- template: messages.nat.tmpl -->
Warning: Can't find topic TWiki.UtilTempDocNote
 

TWiki User Authentication


TWikiUserAuthentication 10 - 07 Sep 2001 - Main.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"

TWikiUserAuthentication 9 - 06 Sep 2001 - Main.MikeMannix
Line: 1 to 1
 

TWiki User Authentication

Line: 13 to 13
 

Authentication Options

Changed:
<
<
No special installation steps need to be performed if the server is already authenticated. If not, you have three remaining options to controlling user access:
  1. Forget about authentication. All changes are registered to TWikiGuest user, so you can't tell who made changes. Your site is completely open and public - anyone can browse and edit freely, in classic Wiki mode.
  2. Use Basic Authentication for the edit and attach scripts. This uses .htaccess and generates the familiar grey log-in window. The TWiki Installation Guide has step-by-step instructions.
  3. Use SSL to authenticate and secure the whole server.
>
>
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:
<
<

Tracking by IP Address

>
>

Partial Authentication

 
Changed:
<
<
The REMOTE_USER environment variable is only set for the scripts that are under authentication. If, for example, the edit, save and preview scripts are authenticated, but not view, you would get your WikiName in preview for the %WIKIUSERNAME% variable, but view will show TWikiGuest instead of your WikiName.
>
>
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:
 
Changed:
<
<
There is a way to tell TWiki to remember the user for the scripts that are not authenticated, ex: in case the REMOTE_USER environment variable is not set. TWiki can be configured to remember the IP address/username pair whenever an authentication happens (edit topic, attach file). Once remembered, the non-authenticated scripts like view will show the correct username instead of TWikiGuest. You can enable this by setting the $doRememberRemoteUser flag in TWiki.cfg. TWiki persistently stores the IP address/username pairs in the file $remoteUserFilename, which is "$dataDir/remoteusers.txt" by default. Please note that this can fail if the IP address changes due to dynamically assigned IP addresses or proxy servers.
>
>
  • Normally, the REMOTE_USER environment variable is set for the scripts that are under authentication. If, for example, the edit, save and preview scripts are authenticated, but not view, you would get your WikiName in preview for the %WIKIUSERNAME% variable, but view will show TWikiGuest instead of your WikiName.
 
Changed:
<
<
Authentication Test: You are TWikiGuest (%WIKIUSERNAME%)
>
>
  • TWiki can be configured to remember the IP address/username pair whenever an authentication happens (edit topic, attach file). Once remembered, the non-authenticated scripts, like view, will show the correct username instead of TWikiGuest.

  • Enable this feature by setting the $doRememberRemoteUser flag in TWiki.cfg. TWiki then persistently stores the IP address/username pairs in the file, $remoteUserFilename, which is "$dataDir/remoteusers.txt" by default.

  • NOTE: This approach can fail if the IP address changes due to dynamically assigned IP addresses or proxy servers.

Quick Authentication Test - Use the %WIKIUSERNAME% variable to return your current identity:

 

TWiki Username vs. Login Username

Line: 38 to 47
 TWiki can automatically map an intranet username to a TWiki username, provided that the username pair exists in the TWikiUsers topic. This is also handled automatically when you register.

Changed:
<
<
NOTE: To correctly enter a WikiName - your own or someone else's - be sure to include the Main web name in front of the Wiki username, followed by a period, and no spaces. Ex:
>
>
NOTE: To correctly enter a WikiName - your own or someone else's - be sure to include the Main web name in front of the Wiki username, followed by a period, and no spaces. Ex:
 
Main.WikiUsername or %MAINWEB%.WikiUsername
This points WikiUser to the TWiki.Main web, where user registration pages are stored, no matter which web it's entered in. Without the web prefix, the name appears as a NewTopic? everywhere but in the Main web.
Line: 46 to 55
 

Changing Passwords

Changed:
<
<
Change and reset passwords using forms on regular pages. Use topic-level TWikiAccessControl to restrict use as required.
>
>
Change and reset passwords using forms on regular pages. Use TWikiAccessControl to restrict use as required.
 
Changed:
<
<
>
>
 

Forgotten your password? Use ResetPassword instead.

After submitting this form your password will be changed.
Fields marked ** are required
Your LoginName: **
Current password: **
New password: **
Retype new password: **
<-- /twikiFormStep-->
<-- /twikiFormSteps-->

Changed:
<
<
>
>
 

Remember your password? Use ChangePassword instead. Otherwise, use this form to get a new one e-mailed to you.

After submitting this form, you will receive an e-mail with your new, system-generated password, and a link to a page where you can change it.

ALERT! you must have at least one valid registered e-mail to be able to reset your password. If none of your registered e-mail addresses is valid, and you have forgotten your password, contact webmaster@new.law.columbia.edu.

Fields marked ** are required
Your LoginName: **
<-- /twikiFormStep-->
<-- /twikiFormStep-->
<-- /twikiFormSteps-->


Revision 13r13 - 15 Sep 2001 - 09:18:01 - MikeMannix?
Revision 12r12 - 14 Sep 2001 - 08:02:14 - PeterThoeny?
Revision 11r11 - 12 Sep 2001 - 07:34:40 - MikeMannix?
Revision 10r10 - 07 Sep 2001 - 10:05:18 - MikeMannix?
Revision 9r9 - 06 Sep 2001 - 21:32:17 - MikeMannix?
Revision 8r8 - 06 Sep 2001 - 05:56:27 - MikeMannix?
This site is powered by the TWiki collaboration platform.
All material on this collaboration platform is the property of the contributing authors.
All material marked as authored by Eben Moglen is available under the license terms CC-BY-SA version 4.
Syndicate this site RSSATOM