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.
attach
, edit
, installpasswd
, manage
, preview
, rename
, save
, upload
. The TWikiInstallationGuide has step-by-step instructions.
twiki/bin
directory. Consult your web server documentation.
lib/TWiki.cfg
. It lets you combine open access to some functions, with authentication on others, with full user activity tracking:
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 %WIKIUSERNAME%
variable, but view
will show TWikiGuest
instead of your WikiName.
view
, will show the correct username instead of TWikiGuest.
$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.
view
script to viewauth
(or better, create a symbolic link)
viewauth
to the list of authenticated scripts in the twiki/bin/.htaccess
file. The view
script should not be listed in the .htaccess
file.
pthoeny
. This name is normally passed to TWiki by the REMOTE_USER
environment variable, and used internally. Login Usernames are maintained by your system administrator.
PeterThoeny
, is recorded when you register using TWikiRegistration; doing so also generates a personal home page in the Main web.
twiki/data
, there are two registration form topics, TWikiRegistration and TWikiRegistrationPub. The original form includes an intranet Login Username field. For Basic Authentication, the original form is replaced by the Pub version. If you started using TWiki on Basic Authentication and want to change, you have to switch back forms for future use, and manually correct the existing entries, by editing TWikiUsers, adding the Login Username for each member - PeterThoeny - pthoeny - 01 Jan 1999
- and also in the .htpasswd
file, where you can either replace the WikiNames or duplicate the entries and have both, so both usernames will work.
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:This pointsMain.WikiUsername
or%MAINWEB%.WikiUsername
WikiUser
to the TWiki.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.
TWiki/ChangePassword
):
Hast Du Dein Passwort vergessen? Dann benutze stattdessen ResetPassword. Bitte benutze ResetPassword nur, wenn Du wirklich Dein Passwort vergessen hast. Danke. Nachdem Du dieses Formular abgeschickt hast, ist Dein Passwort geändert. Bei Fragen kontaktiere bitte den TWiki-Webmaster Immo Müller de Vries i9110102@tu-bs.de.
TWiki/ResetPassword
):
Bitte benutze dieses ResetPassword -Formular nur, wenn Du wirklich Dein Passwort vergessen hast. Anderenfalls ändere es einfach, indem Du ChangePassword benutzt. Danke. Nachdem Du dieses Formular abgeschickt hast, wirst Du eine Seite mit Deinem neuen Passwort sehen, welches jedoch verschlüsselt erscheint. Diese verschlüsselte Information musst Du dann mit der Bitte um Passwortänderung per E-Mail an den Wiki-Webmaster, Immo Müller de Vries i9110102@tu-bs.de schicken. Er wird dann das Passwort Deines Benutzerkontos auf das von Dir neu gewählte Passwort setzen.-- TWiki:Main.MikeMannix - 19 May 2002