Tags:
view all tags
%INCLUDE{"UtilTempDocNote"}% %TOC% %STARTINCLUDE% ---# TWiki User Authentication _TWiki site access control and user activity tracking_ ---++ 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. ---++ 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 %MAINWEB%.TWikiGuest default identity, so you can't track individual user activity. <br> 1. *Use SSL* (Secure Sockets Layer; HTTPS) to authenticate and secure the whole server. <br> 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 [[TWikiDocumentation#TWiki_Installation_Notes][TWiki Installation Guide]] has step-by-step instructions. ---+++ 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: * 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 ==%<nop>WIKIUSERNAME%== variable, but ==view== will show ==TWikiGuest== instead of your <nop>WikiName. * 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 %MAINWEB%.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 %<nop>WIKIUSERNAME% variable to return your current identity: * You are %WIKIUSERNAME% ---++ TWiki Username vs. Login Username This section applies only if your %WIKITOOLNAME% is installed on a server that is both *authenticated* and on an *intranet*. %WIKITOOLNAME% internally manages two usernames: Login username and TWiki username. * *Login username:* When you login to the intranet, you use your existing login username, ex: ==pthoeny==. This name is normally passed to %WIKITOOLNAME% by the ==REMOTE_USER== environment variable, and used by internally by %WIKITOOLNAME%. Login usernames are maintained by your system administrator. * *TWiki username:* Your name in WikiNotation, ex: ==PeterThoeny==, is recorded when you register using TWikiRegistration; doing so also generates a personal home page in the %MAINWEB% web. %WIKITOOLNAME% can automatically map an intranet username to a TWiki username, provided that the username pair exists in the %MAINWEB%.%WIKIUSERSTOPIC% topic. This is also handled automatically when you register. <blockquote> __NOTE:__ *To correctly enter a WikiName* - your own or someone else's - be sure to include the %MAINWEB% web name in front of the Wiki username, followed by a period, and no spaces. Ex: <div align="center"> ==%MAINWEB%.<nop>WikiUsername== or ==%<nop>MAINWEB%.<nop>WikiUsername== </div> This points ==<nop>WikiUser== to the %WIKITOOLNAME%.%MAINWEB% 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 %MAINWEB% web. </blockquote> #ChangingPasswords ---++ Changing Passwords Change and reset passwords using forms on regular pages. Use TWikiAccessControl to restrict use as required. * The ChangePassword form ( ==TWiki/ChangePassword== ): <blockquote style="background-color:#f0f0f0"> %INCLUDE{"ChangePassword"}% </blockquote> * The ResetPassword form ( ==TWiki/ResetPassword== ): <blockquote style="background-color:#f0f0f0"> %INCLUDE{"ResetPassword"}% </blockquote> -- MikeMannix - 29 Aug 2001
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r28
|
r13
<
r12
<
r11
<
r10
|
B
acklinks
|
V
iew topic
|
More topic actions...
Topic revision: r11 - 2001-09-12
-
MikeMannix
Home
Site map
Main web
Sandbox web
TWiki web
TWiki Web
User registration
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
User Reference
ATasteOfTWiki
TextFormattingRules
TWikiVariables
FormattedSearch
QuerySearch
TWikiDocGraphics
TWikiSkinBrowser
InstalledPlugins
Admin Maintenance
Reference Manual
InterWikis
ManagingUsers
ManagingWebs
TWikiSiteTools
TWikiPreferences
WebPreferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Account
Log In
Register User
Edit
Attach
Copyright © 1999-2025 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
.