From b8d7ae91d0199003173ea3c581404d66538a3fba Mon Sep 17 00:00:00 2001 From: joshtriplett Date: Wed, 9 May 2007 02:05:32 +0000 Subject: * Add an account-creation password as a simple anti-spam mechanism. If set in the wiki setup, passwordauth will require the password in order to create an account. --- doc/ikiwiki.setup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index d498e8dfa..31561e20f 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -99,6 +99,8 @@ use IkiWiki::Setup::Standard { #userdir => "users", # To create output files named page.html rather than page/index.html. #usedirs => 0, + # Simple spam prevention: require an account-creation password. + #account_creation_password => "example", # To add plugins, list them here. #add_plugins => [qw{goodstuff search wikitext camelcase -- cgit v1.2.3