<<O>> Difference Topic TWikiUserAuthentication (r1.13 - 15 Sep 2001 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Deleted: | ||||||||
< < |
||||||||
Line: 12 to 10 | ||||||||
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).
| |||||||
Line: 18 to 16 | ||||||||
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: | |||||||
Line: 64 to 62 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 70 to 68 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
|
<<O>> Difference Topic TWikiUserAuthentication (r1.12 - 14 Sep 2001 - PeterThoeny?) |
Line: 1 21 to 1 21 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
|
<<O>> Difference Topic TWikiUserAuthentication (r1.11 - 12 Sep 2001 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
<<O>> Difference Topic TWikiUserAuthentication (r1.10 - 07 Sep 2001 - MikeMannix?) |
Line: 1 4 to 1 4 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
TWiki User Authentication | |||||||
> > |
TWiki User Authentication | |||||||
Line: 8 to 8 | ||||||||
Changed: | ||||||||
< < |
Overview | |||||||
> > |
Overview | |||||||
Line: 14 to 14 | ||||||||
Changed: | ||||||||
< < |
Authentication Options | |||||||
> > |
Authentication Options | |||||||
Line: 21 to 21 | ||||||||
Changed: | ||||||||
< < |
Partial Authentication | |||||||
> > |
Partial Authentication | |||||||
Line: 37 to 37 | ||||||||
Changed: | ||||||||
< < |
TWiki Username vs. Login Username | |||||||
> > |
TWiki Username vs. Login Username | |||||||
Line: 56 to 56 | ||||||||
Changed: | ||||||||
< < |
Changing Passwords | |||||||
> > |
Changing Passwords | |||||||
Line: 73 to 72 | ||||||||
Deleted: | ||||||||
< < |
-- PeterThoeny - 16 Mar 2001 |
<<O>> Difference Topic TWikiUserAuthentication (r1.9 - 06 Sep 2001 - MikeMannix?) |
Line: 1 16 to 1 16 | ||||||||
---|---|---|---|---|---|---|---|---|
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:
| |||||||
> > |
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:
| |||||||
Line: 21 to 21 | ||||||||
Changed: | ||||||||
< < |
Tracking by IP Address | |||||||
> > |
Partial Authentication | |||||||
Line: 23 to 23 | ||||||||
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:
| |||||||
Line: 25 to 25 | ||||||||
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.
| |||||||
> > |
| |||||||
Line: 27 to 27 | ||||||||
Changed: | ||||||||
< < |
Authentication Test: You are TWikiGuest? (%WIKIUSERNAME%) | |||||||
> > |
| |||||||
Line: 41 to 50 | ||||||||
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: | |||||||
Line: 49 to 58 | ||||||||
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. | |||||||
Line: 51 to 60 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 57 to 66 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
|
<<O>> Difference Topic TWikiUserAuthentication (r1.8 - 06 Sep 2001 - MikeMannix?) |
Line: 1 6 to 1 6 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
Controlling TWiki site access and logging authorized user activity | |||||||
> > |
TWiki site access control and user activity tracking | |||||||
Line: 17 to 17 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 45 to 46 | ||||||||
Added: | ||||||||
> > |
||||||||
Line: 47 to 49 | ||||||||
Added: | ||||||||
> > |
Change and reset passwords using forms on regular pages. Use topic-level TWikiAccessControl to restrict use as required.
| |||||||
Line: 48 to 55 | ||||||||
Added: | ||||||||
> > |
||||||||
Line: 49 to 57 | ||||||||
Added: | ||||||||
> > |
| |||||||
Line: 50 to 61 | ||||||||
Added: | ||||||||
> > |
<<O>> Difference Topic TWikiUserAuthentication (r1.7 - 04 Sep 2001 - MikeMannix?) |
Line: 1 48 to 1 48 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
||||||||
> > |
Change password Forgot your old password? Then use ResetPassword instead. Please only use ResetPassword in case you really forgot your password. Thank you. After submitting this form your password will be changed. Request for reset of password Please only use this ResetPassword form in case you really forgot your password. Otherwise just change it using ChangePassword. Thank you. After submitting this form you will receive a page with yor new password appearing encrypted. |
<<O>> Difference Topic TWikiUserAuthentication (r1.6 - 03 Sep 2001 - MikeMannix?) |
Line: 1 44 to 1 45 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Changing Passwords |
<<O>> Difference Topic TWikiUserAuthentication (r1.5 - 02 Sep 2001 - MikeMannix?) |
Line: 1 6 to 1 6 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
TWiki does not authenticate users internally, it depends on the REMOTE_USER environment variable. This variable is set when you enable basic authentication or authentication via SSL (https protocol).
| |||||||
> > |
Controlling TWiki site access and logging authorized user activity
OverviewTWiki does not authenticate users internally, it depends on theREMOTE_USER environment variable. This variable is set when you enable Basic Authentication (.htaccess) or SSL "secure server" authentication (https protocol).
| |||||||
Line: 13 to 17 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 21 to 25 | ||||||||
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 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.
| |||||||
> > |
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.
| |||||||
Line: 37 to 41 | ||||||||
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: |
<<O>> Difference Topic TWikiUserAuthentication (r1.4 - 01 Sep 2001 - MikeMannix?) |
Line: 1 4 to 1 4 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
TWiki Authentication | |||||||
> > |
TWiki User Authentication | |||||||
Line: 43 to 44 | ||||||||
Added: | ||||||||
> > |
|
<<O>> Difference Topic TWikiUserAuthentication (r1.3 - 29 Aug 2001 - MikeMannix?) |
Line: 0 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
TOC: No TOC in "TWiki.TWikiUserAuthentication" | |||||||
Line: 3 to 6 | ||||||||
Changed: | ||||||||
< < |
TWiki does not authenticate users internally, it depends on the REMOTE_USER environment variable. This variable is set when you enable basic authentication or authentication via SSL (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 or authentication via SSL (https protocol).
| |||||||
Line: 5 to 8 | ||||||||
Changed: | ||||||||
< < |
TWiki keeps track who made changes to topics at what time. This gives a complete audit trail of changes. | |||||||
> > |
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. | |||||||
Line: 7 to 10 | ||||||||
Changed: | ||||||||
< < |
No special installation steps need to be performed in case the server is already autenticated. If not you can opt for one of these:
| |||||||
> > |
Authentication Options | |||||||
Line: 12 to 12 | ||||||||
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.
| |||||||
> > |
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:
| |||||||
Line: 14 to 17 | ||||||||
Changed: | ||||||||
< < |
There is a way to tell TWiki to remember the user for the scripts that are not authenticated, e.g. for the case where 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 file $remoteUserFilename , which is "$dataDir/remoteusers.txt" by default. Please note that this can fail in case the IP address changes due to dynamically assigned IP addresses or proxy servers.
| |||||||
> > |
Tracking by IP Address | |||||||
Line: 16 to 19 | ||||||||
Changed: | ||||||||
< < |
Test: You are TWikiGuest?. | |||||||
> > |
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.
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 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.
Authentication Test: You are TWikiGuest? (%WIKIUSERNAME%)
TWiki Username vs. Login UsernameThis section applies only if your netfrag.org is installed on a server that is both authenticated and on an intranet. netfrag.org internally manages two usernames: Login username and TWiki username.
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: | |||||||
Line: 18 to 43 | ||||||||
Added: | ||||||||
> > |
-- MikeMannix - 29 Aug 2001 |
<<O>> Difference Topic TWikiUserAuthentication (r1.2 - 16 Mar 2001 - PeterThoeny?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
TWiki does not authenticate users internally, it depends on the REMOTE_USER environment variable. This variable is set when you enable basic authentication or authentication via SSL (https protocol)
| |||||||
> > |
TWiki AuthenticationTWiki does not authenticate users internally, it depends on theREMOTE_USER environment variable. This variable is set when you enable basic authentication or authentication via SSL (https protocol)
| |||||||
Line: 7 to 9 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 10 to 12 | ||||||||
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.
| |||||||
> > |
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.
There is a way to tell TWiki to remember the user for the scripts that are not authenticated, e.g. for the case where 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 file $remoteUserFilename , which is "$dataDir/remoteusers.txt" by default. Please note that this can fail in case the IP address changes due to dynamically assigned IP addresses or proxy servers.
| |||||||
Line: 12 to 16 | ||||||||
Changed: | ||||||||
< < |
There is a way to tell TWiki to remember the user for the scripts that are not authenticated, e.g. for the case where 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 wikicfg.pm . TWiki persistently stores the IP address / username pairs in file $remoteUserFilename , which is "$dataDir/remoteusers.txt" by default. Please note that this can fail in case the IP address changes due to dynamically assigned IP addresses or proxy servers. Test: You are TWikiGuest?.
| |||||||
> > |
Test: You are TWikiGuest?. | |||||||
Line: 14 to 18 | ||||||||
Changed: | ||||||||
< < |
-- PeterThoeny? - 02 Nov 2000 | |||||||
> > |
-- PeterThoeny - 16 Mar 2001 |
<<O>> Difference Topic TWikiUserAuthentication (r1.1 - 02 Nov 2000 - PeterThoeny?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
TWiki does not authenticate users internally, it depends on the REMOTE_USER environment variable. This variable is set when you enable basic authentication or authentication via SSL (https protocol)
TWiki keeps track who made changes to topics at what time. This gives a complete audit trail of changes.
No special installation steps need to be performed in case the server is already autenticated. If not you can opt for one of these:
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.
There is a way to tell TWiki to remember the user for the scripts that are not authenticated, e.g. for the case where 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 wikicfg.pm . TWiki persistently stores the IP address / username pairs in file $remoteUserFilename , which is "$dataDir/remoteusers.txt" by default. Please note that this can fail in case the IP address changes due to dynamically assigned IP addresses or proxy servers. Test: You are TWikiGuest?.
-- PeterThoeny? - 02 Nov 2000 |
Topic TWikiUserAuthentication . { View | Diffs | r1.13 | > | r1.12 | > | r1.11 | More } output as: { } |
Revision r1.1 - 02 Nov 2000 - 09:23 - PeterThoeny? Revision r1.13 - 15 Sep 2001 - 09:18 - MikeMannix? |