diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki.setup | 2 |
1 files changed, 2 insertions, 0 deletions
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 |