<<O>> Difference Topic TWikiUserAuthentication (r1.15 - 29 Dec 2002 - PeterThoeny) |
Changed: | |
< < |
|
> > |
|
<<O>> Difference Topic TWikiUserAuthentication (r1.14 - 19 May 2002 - MikeMannix) |
Changed: | |
< < |
TWiki site access control and user activity tracking
Overview |
> > | TWiki site access control and user activity tracking options |
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < | This section applies only if your TWiki is installed on a server that is both authenticated and on an intranet. |
> > | This section applies only if your TWiki site is installed on a server that is both authenticated and on an intranet. TWiki internally manages two usernames: Login Username and TWiki Username. |
Changed: | |
< < | TWiki internally manages two usernames: Login username and TWiki username. |
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > | TWiki can automatically map an Intranet (Login) Username to a TWiki Username, provided that the username pair exists in the TWikiUsers topic. This is also handled automatically when you register. |
Changed: | |
< < | 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. |
> > |
|
Added: | |
> > | -- MikeMannix - 19 May 2002 |
Deleted: | |
< < | -- MikeMannix - 29 Aug 2001 |
<<O>> Difference Topic TWikiUserAuthentication (r1.13 - 15 Sep 2001 - MikeMannix) |
Changed: | |
< < | |
> > | |
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).
|
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: |
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
<<O>> Difference Topic TWikiUserAuthentication (r1.12 - 14 Sep 2001 - PeterThoeny) |
Changed: | |
< < |
|
> > |
|
<<O>> Difference Topic TWikiUserAuthentication (r1.11 - 12 Sep 2001 - MikeMannix) |
Changed: | |
< < | |
> > |
<<O>> Difference Topic TWikiUserAuthentication (r1.10 - 07 Sep 2001 - MikeMannix) |
Changed: | |
< < |
TWiki User Authentication |
> > |
TWiki User Authentication |
Changed: | |
< < |
Overview |
> > |
Overview |
Changed: | |
< < |
Authentication Options |
> > |
Authentication Options |
Changed: | |
< < |
Partial Authentication |
> > |
Partial Authentication |
Changed: | |
< < |
TWiki Username vs. Login Username |
> > |
TWiki Username vs. Login Username |
Changed: | |
< < |
Changing Passwords |
> > |
Changing Passwords |
Deleted: | |
< < |
-- PeterThoeny - 16 Mar 2001 |
<<O>> Difference Topic TWikiUserAuthentication (r1.9 - 06 Sep 2001 - MikeMannix) |
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:
|
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.
|
> > |
|
Changed: | |
< < | Authentication Test: You are TWikiGuest (%WIKIUSERNAME%) |
> > |
|
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: |
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: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
<<O>> Difference Topic TWikiUserAuthentication (r1.8 - 06 Sep 2001 - MikeMannix) |
Changed: | |
< < | Controlling TWiki site access and logging authorized user activity |
> > | TWiki site access control and user activity tracking |
Changed: | |
< < |
|
> > |
|
Added: | |
> > | |
Added: | |
> > |
Change and reset passwords using forms on regular pages. Use topic-level TWikiAccessControl to restrict use as required.
|
Added: | |
> > | |
Added: | |
> > |
|
Added: | |
> > |
<<O>> Difference Topic TWikiUserAuthentication (r1.7 - 04 Sep 2001 - MikeMannix) |
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 see a page with your new password appearing encrypted. |
<<O>> Difference Topic TWikiUserAuthentication (r1.6 - 03 Sep 2001 - MikeMannix) |
Added: | |
> > |
Changing Passwords |
<<O>> Difference Topic TWikiUserAuthentication (r1.5 - 02 Sep 2001 - MikeMannix) |
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).
|
Changed: | |
< < |
|
> > |
|
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.
|
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) |
Changed: | |
< < |
TWiki Authentication |
> > |
TWiki User Authentication |
Added: | |
> > | %META:TOPICMOVED{by="MikeMannix" date="999320061" from="TWiki.TWikiAuthentication" to="TWiki.TWikiUserAuthentication"}% |
<<O>> Difference Topic TWikiUserAuthentication (r1.3 - 29 Aug 2001 - MikeMannix) |
Added: | |
> > | TOC: No TOC in "TWiki.TWikiUserAuthentication" |
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).
|
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. |
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 |
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:
|
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 |
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 TWiki is installed on a server that is both authenticated and on an intranet. TWiki 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: |
Added: | |
> > | -- MikeMannix - 29 Aug 2001 |
<<O>> Difference Topic TWikiUserAuthentication (r1.2 - 16 Mar 2001 - PeterThoeny) |
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)
|
Changed: | |
< < |
|
> > |
|
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.
|
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. |
Changed: | |
< < |
-- PeterThoeny - 02 Nov 2000 |
> > |
-- PeterThoeny - 16 Mar 2001 |
<<O>> Difference Topic TWikiUserAuthentication (r1.1 - 02 Nov 2000 - PeterThoeny) |
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.15 | > | r1.14 | > | r1.13 | More } |
Revision r1.1 - 02 Nov 2000 - 09:23 GMT - PeterThoeny Revision r1.15 - 29 Dec 2002 - 02:04 GMT - PeterThoeny |
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback. |