<<O>> Difference Topic TWikiUserAuthentication (r1.18 - 25 Apr 2004 - PeterThoeny) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
TWiki User Authentication | ||||||||
Line: 50 to 50 | ||||||||
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: | ||||||||
< < |
| |||||||
> > |
| |||||||
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: 75 to 75 | ||||||||
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. You will have to e-mail this information to the Wiki webmaster, mauricio.vieira@gmail.com, who will set your account to use the new password. | ||||||||
Added: | ||||||||
> > |
-- TWiki.Main.MikeMannix - 19 May 2002 -- TWiki.Main.PeterThoeny - 25 Apr 2004 | |||||||
<<O>> Difference Topic TWikiUserAuthentication (r1.17 - 29 May 2003 - PeterThoeny) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
TWiki User Authentication | ||||||||
Line: 28 to 28 | ||||||||
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:
| ||||||||
Deleted: | ||||||||
< < |
||||||||
| ||||||||
Deleted: | ||||||||
< < |
||||||||
| ||||||||
Changed: | ||||||||
< < |
||||||||
> > |
| |||||||
|
<<O>> Difference Topic TWikiUserAuthentication (r1.16 - 14 Apr 2003 - PeterThoeny) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
TWiki User Authentication | ||||||||
Line: 11 to 11 | ||||||||
Authentication Options | ||||||||
Changed: | ||||||||
< < |
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:
| |||||||
> > |
No special installation steps are required if the server is already authenticated. If it isn't, you have these options for controlling user access:
| |||||||
Partial Authentication |
<<O>> Difference Topic TWikiUserAuthentication (r1.15 - 29 Dec 2002 - PeterThoeny) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
TWiki User Authentication | ||||||||
Line: 44 to 44 | ||||||||
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: | ||||||||
< < |
| |||||||
> > |
| |||||||
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.14 - 19 May 2002 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
TWiki User Authentication | ||||||||
Changed: | ||||||||
< < |
TWiki site access control and user activity tracking
Overview | |||||||
> > |
TWiki site access control and user activity tracking options | |||||||
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: 14 to 12 | ||||||||
Authentication OptionsNo 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: | ||||||||
< < |
| |||||||
> > |
| |||||||
Partial Authentication | ||||||||
Line: 28 to 26 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Quick Authentication Test - Use the %WIKIUSERNAME% variable to return your current identity: | ||||||||
Line: 36 to 34 | ||||||||
TWiki Username vs. Login Username | ||||||||
Changed: | ||||||||
< < |
This section applies only if your TWiki.Tukro 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.Tukro internally manages two usernames: Login Username and TWiki Username. | |||||||
Changed: | ||||||||
< < |
TWiki.Tukro 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.Tukro 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. | |||||||
> > |
| |||||||
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: 69 to 69 | ||||||||
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. You will have to e-mail this information to the Wiki webmaster, mauricio.vieira@gmail.com, who will set your account to use the new password. | ||||||||
Added: | ||||||||
> > |
-- MikeMannix? - 19 May 2002 | |||||||
|
<<O>> Difference Topic TWikiUserAuthentication (r1.13 - 15 Sep 2001 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
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: | |||||||
| ||||||||
Line: 61 to 59 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
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.
If you have questions please contact the TWiki webmaster mauricio.vieira@gmail.com.
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
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. You will have to e-mail this information to the Wiki webmaster, mauricio.vieira@gmail.com, who will set your account to use the new password. |
<<O>> Difference Topic TWikiUserAuthentication (r1.12 - 14 Sep 2001 - PeterThoeny) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Note: Included topic UtilTempDocNote? does not exist yet TOC: No TOC in "TWiki.TWikiUserAuthentication" | ||||||||
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:
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Partial Authentication |
<<O>> Difference Topic TWikiUserAuthentication (r1.11 - 12 Sep 2001 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
TWiki User Authentication |
<<O>> Difference Topic TWikiUserAuthentication (r1.10 - 07 Sep 2001 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
TOC: No TOC in "TWiki.TWikiUserAuthentication" | ||||||||
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:
| ||||||||
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.Tukro 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 | ||||||||
-- MikeMannix? - 29 Aug 2001 | ||||||||
Deleted: | ||||||||
< < |
||||||||
|
<<O>> Difference Topic TWikiUserAuthentication (r1.9 - 06 Sep 2001 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
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:
| |||||||
> > |
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%) | |||||||
> > |
| |||||||
TWiki Username vs. Login Username | ||||||||
Line: 38 to 47 | ||||||||
TWiki.Tukro 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 WikiUser to the TWiki.Tukro.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: | ||||||||
< < |
| |||||||
> > |
| |||||||
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. If you have questions please contact the TWiki webmaster mauricio.vieira@gmail.com. | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
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. You will have to e-mail this information to the Wiki webmaster, mauricio.vieira@gmail.com, who will set your account to use the new password. |
<<O>> Difference Topic TWikiUserAuthentication (r1.8 - 06 Sep 2001 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
TWiki User Authentication | ||||||||
Changed: | ||||||||
< < |
Controlling TWiki site access and logging authorized user activity | |||||||
> > |
TWiki site access control and user activity tracking | |||||||
Overview | ||||||||
Line: 14 to 14 | ||||||||
Authentication OptionsNo 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: | ||||||||
< < |
| |||||||
> > |
| |||||||
Tracking by IP Address | ||||||||
Line: 43 to 43 | ||||||||
This points WikiUser to the TWiki.Tukro.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.
| ||||||||
Added: | ||||||||
> > |
||||||||
Changing Passwords | ||||||||
Added: | ||||||||
> > |
Change and reset passwords using forms on regular pages. Use topic-level TWikiAccessControl to restrict use as required.
| |||||||
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. If you have questions please contact the TWiki webmaster mauricio.vieira@gmail.com. | ||||||||
Added: | ||||||||
> > |
||||||||
Added: | ||||||||
> > |
| |||||||
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. You will have to e-mail this information to the Wiki webmaster, mauricio.vieira@gmail.com, who will set your account to use the new password. | ||||||||
Added: | ||||||||
> > |
||||||||
-- PeterThoeny - 16 Mar 2001 -- MikeMannix? - 29 Aug 2001 |
<<O>> Difference Topic TWikiUserAuthentication (r1.7 - 04 Sep 2001 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
TWiki User Authentication | ||||||||
Line: 45 to 45 | ||||||||
Changing Passwords | ||||||||
Changed: | ||||||||
< < |
Note: Included topic ChangingPasswords? does not exist yet | |||||||
> > |
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. If you have questions please contact the TWiki webmaster mauricio.vieira@gmail.com. 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. You will have to e-mail this information to the Wiki webmaster, mauricio.vieira@gmail.com, who will set your account to use the new password. | |||||||
-- PeterThoeny - 16 Mar 2001 -- MikeMannix? - 29 Aug 2001 |
<<O>> Difference Topic TWikiUserAuthentication (r1.6 - 03 Sep 2001 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
TWiki User Authentication | ||||||||
Line: 43 to 43 | ||||||||
This points WikiUser to the TWiki.Tukro.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.
| ||||||||
Added: | ||||||||
> > |
Changing PasswordsNote: Included topic ChangingPasswords? does not exist yet | |||||||
-- PeterThoeny - 16 Mar 2001 -- MikeMannix? - 29 Aug 2001 |
<<O>> Difference Topic TWikiUserAuthentication (r1.5 - 02 Sep 2001 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
TWiki User Authentication | ||||||||
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).
| |||||||
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 OptionsNo 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: | ||||||||
< < |
| |||||||
> > |
| |||||||
Tracking by IP AddressTheREMOTE_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.
| ||||||||
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.
| |||||||
Authentication Test: You are TWikiGuest (%WIKIUSERNAME%) | ||||||||
Line: 34 to 38 | ||||||||
TWiki.Tukro 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 WikiUser to the TWiki.Tukro.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.
|
<<O>> Difference Topic TWikiUserAuthentication (r1.4 - 01 Sep 2001 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
TOC: No TOC in "TWiki.TWikiUserAuthentication" | ||||||||
Changed: | ||||||||
< < |
TWiki Authentication | |||||||
> > |
TWiki User Authentication | |||||||
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: 41 to 41 | ||||||||
-- PeterThoeny - 16 Mar 2001 -- MikeMannix? - 29 Aug 2001 | ||||||||
Added: | ||||||||
> > |
|
<<O>> Difference Topic TWikiUserAuthentication (r1.3 - 29 Aug 2001 - MikeMannix?) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
| |||||||
TWiki Authentication | ||||||||
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.Tukro is installed on a server that is both authenticated and on an intranet. TWiki.Tukro 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: | |||||||
-- PeterThoeny - 16 Mar 2001 | ||||||||
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)
| |||||||
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:
| ||||||||
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. | |||||||
Added: | ||||||||
> > |
-- 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.18 | > | r1.17 | > | r1.16 | More } |
Revision r1.1 - 02 Nov 2000 - 09:23 - PeterThoeny Revision r1.18 - 25 Apr 2004 - 07:15 - PeterThoeny |
Copyright © 1999-2024 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki.Tukro? Send feedback. |