forked from Cavemanon/cavepaintings
make captchas optional and off by default, some people are having problems
This commit is contained in:
@@ -171,6 +171,7 @@ class Setup extends SimpleExtension {
|
||||
$config->set_default_string("theme", "default");
|
||||
$config->set_default_bool("use_autodate", true);
|
||||
$config->set_default_bool("word_wrap", true);
|
||||
$config->set_default_bool("use_captchas", false);
|
||||
$config->set_default_string("use_autodate", "F j, Y");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user