Skip to content

Commit

Permalink
Item1885: Un experting {Htpasswd}{Encoding}
Browse files Browse the repository at this point in the history
Even if this is a little geek of a feature it is very much needed to be visible for the first time installer
if he happens to install on an Apache running natively on Windows. On Windows the password encryption done by
Apache is sha1. Strange that there is this difference in the default of Apache. But there is and this is why
the setting has to be visible to the newbie Windows admin installing for the first time.


git-svn-id: http://svn.foswiki.org/trunk@4626 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Aug 9, 2009
1 parent 0fd7ad8 commit 2bb434d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ $Foswiki::cfg{MinPasswordLength} = 1;
# password file with the right encoding.
$Foswiki::cfg{Htpasswd}{FileName} = '$Foswiki::cfg{DataDir}/.htpasswd';
# **SELECT crypt,sha1,md5,plain,crypt-md5 EXPERT**
# **SELECT crypt,sha1,md5,plain,crypt-md5**
# Password encryption, for the Foswiki::Users::HtPasswdUser password manager.
# You can use the <tt>htpasswd</tt> Apache program to create a new
# password file with the right encoding.
Expand Down

0 comments on commit 2bb434d

Please sign in to comment.