--- TWiki.cfg 30 May 2003 19:06:29 -0000 1.57 +++ TWiki.cfg 23 Jun 2003 10:12:01 -0000 @@ -316,7 +316,14 @@ # (no warnings are written if empty) $warningFilename = "$logDir/warning.txt"; # Pathname of user name/password file for authentication : -$htpasswdFilename = "$dataDir/.htpasswd"; +$htpasswdFilename = "$dataDir/.htdigest"; +# pvgoran: Password file format/generation method : +# htpasswd:plain, htpasswd:crypt, htpasswd:md5 (currently unsupported), +# htpasswd:sha1, htdigest:md5 +$htpasswdFormat = "htpasswd:crypt"; +# pvgoran: authentication "realm" (must be the same as in +# password file, MUST NOT contain colons): +$authRealm = "Enter your WikiName. (First name and last name, no space, no dots, capitalized, e.g. JohnSmith). Cancel to register if you do not have one."; # Pathname of log file : $logFilename = "$logDir/log%DATE%.txt"; # Pathname of remote users file that maps IP to user :