TWiki User Authentication
TWiki site access control and user activity trackingOverview
TWiki does not authenticate users internally, it depends on theREMOTE_USERenvironment 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 are required if the server is already authenticated. If it isn't, you have three standard options for controlling user access:
- 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.
- Use SSL (Secure Sockets Layer; HTTPS) to authenticate and secure the whole server.
- Use Basic Authentication (.htaccess) to control access by protecting key scripts:
attach,edit=,installpasswd,preview,rename,save,uploadusing the .htaccess file. The TWikiInstallationGuide has step-by-step instructions.Partial Authentication
Tracking by IP address is an experimental feature, enabled inlib/TWiki.cfg. It lets you combine open access to some functions, with authentication on others, with full user activity tracking:
- Normally, the
REMOTE_USERenvironment variable is set for the scripts that are under authentication. If, for example, theedit,saveandpreviewscripts are authenticated, but notview, you would get your WikiName inpreviewfor the%WIKIUSERNAME%variable, butviewwill showTWikiGuestinstead of your 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 TWikiGuest.
- Enable this feature by setting the
$doRememberRemoteUserflag inTWiki.cfg. TWiki then persistently stores the IP address/username pairs in the file,$remoteUserFilename, which is"$dataDir/remoteusers.txt"by default.Quick Authentication Test - Use the %WIKIUSERNAME% variable to return your current identity:
- NOTE: This approach can fail if the IP address changes due to dynamically assigned IP addresses or proxy servers.
- You are Faemalia.guest
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. TWiki 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 TWiki by theREMOTE_USERenvironment variable, and used by internally by TWiki. Login usernames are maintained by your system administrator.TWiki can automatically map an intranet username to a TWiki username, provided that the username pair exists in the FaemaliaUsers topic. This is also handled automatically when you register.
- 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 Faemalia web.NOTE: To correctly enter a WikiName - your own or someone else's - be sure to include the Faemalia web name in front of the Wiki username, followed by a period, and no spaces. Ex:This pointsFaemalia.WikiUsernameor%MAINWEB%.WikiUsernameWikiUserto the TWiki.Faemalia 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 Faemalia web.Changing Passwords
Change and reset passwords using forms on regular pages. Use TWikiAccessControl to restrict use as required.
- The ChangePassword form (
TWiki/ChangePassword):Change password
Forgot your old password? Then reset your password instead. Please only use Reset Password in case you really forgot your password. Thank you. After submitting this form your password will be changed.
- The ResetPassword form (
TWiki/ResetPassword):Request for reset of password-- MikeMannix? - 29 Aug 2001
Please only use this Reset Password form in case you really forgot your password. Otherwise just change it using Change Password. After submitting this form you will receive a page with yor new password appearing encrypted.
| Edit -:- Attach -:- Ref-By -:- Printable -:- More |