mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-17 11:28:41 +01:00
disable by default, like other captchas
This commit is contained in:
parent
28df28de26
commit
954bb08762
@ -310,10 +310,12 @@
|
|||||||
// Enable simple anti-spam measure. Requires the end-user to answer a question before making a post.
|
// Enable simple anti-spam measure. Requires the end-user to answer a question before making a post.
|
||||||
//Works very well against uncustomized spam.
|
//Works very well against uncustomized spam.
|
||||||
//Answers are case-insensitive.
|
//Answers are case-insensitive.
|
||||||
|
/*
|
||||||
$config['simple_spam'] = array (
|
$config['simple_spam'] = array (
|
||||||
'question' => 'What\'s 2+3?',
|
'question' => 'What\'s 2+3?',
|
||||||
'answer' => '5'
|
'answer' => '5'
|
||||||
);
|
);
|
||||||
|
*/
|
||||||
|
|
||||||
// Enable reCaptcha to make spam even harder. Rarely necessary.
|
// Enable reCaptcha to make spam even harder. Rarely necessary.
|
||||||
$config['recaptcha'] = false;
|
$config['recaptcha'] = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user