Tags:
create new tag
view all tags

Question

Hi - I have successfully installed twiki (sep 04) and set up basic authentification with the session plugin.

However i have just noticed that when i create a new user via twiki regsitration it makes a username entry to my htpasswd file but does not make an encrypted password entry? The entry is blank for example:

"RobertBruce:"

Here is the password entry from my TWiki.cfg:

$htpasswdFormatFamily = "htpasswd"; if( $OS eq "WINDOWS" ) { $htpasswdEncoding = "sha1"; #windows apache } else { $htpasswdEncoding = "clear"; } # Pathname of user name/password file for authentication : if ( $htpasswdFormatFamily eq "htpasswd" ) { $htpasswdFilename = "$dataDir/.htpasswd"; } elsif ( $htpasswdFormatFamily eq "hdigest" ) { $htpasswdFilename = "$dataDir/.htdigest"; } # 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.";

Please let me know if anymore information would help.

Thanks,

Luke

Environment

TWiki version: TWikiRelease01Sep2004
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin, SessionPlugin
Server OS: Debian
Web server: Apache
Perl version: perl, perl5
Client OS: Win Xp
Web Browser: IE, Mozilla
Categories: Authentication

-- LukeHinds - 16 Nov 2004

Answer

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2005-01-10 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.