From 4152dca09e6a7d9b0da81cb5ac6f76e8f05d2a23 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 May 2008 15:17:19 -0400 Subject: documentation for use of hashed passwords Everything but the actual coding to support them. --- doc/ikiwiki.setup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/ikiwiki.setup') diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index e1f698d68..db806a8c4 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -123,6 +123,8 @@ use IkiWiki::Setup::Standard { #usedirs => 0, # Simple spam prevention: require an account-creation password. #account_creation_password => "example", + # Cost of generating a password using Authen::Passphrase::BlowfishCrypt + #password_cost => 8, # Uncomment to force ikiwiki to run with a particular umask. #umask => 022, # Default settings for the recentchanges page. -- cgit v1.2.3