diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-09 02:05:32 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-09 02:05:32 +0000 |
commit | b8d7ae91d0199003173ea3c581404d66538a3fba (patch) | |
tree | 9f59ae4f64f77ecf3e29bcf5d751816bc7724cbd /doc/ikiwiki.setup | |
parent | 563ea1c56fbaeb33e0db5c10ed79cd6802927814 (diff) | |
download | ikiwiki-b8d7ae91d0199003173ea3c581404d66538a3fba.tar ikiwiki-b8d7ae91d0199003173ea3c581404d66538a3fba.tar.gz |
* 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.
Diffstat (limited to 'doc/ikiwiki.setup')
-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 |