From 494e797fd6857f9a71bd5da7b53a1754500332fd Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 18 Sep 2010 17:43:34 +0200 Subject: FunnyQuestion: Remeber if user has passed this test --- extensions/FunnyQuestion/FunnyQuestion.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extensions/FunnyQuestion/FunnyQuestion.php') diff --git a/extensions/FunnyQuestion/FunnyQuestion.php b/extensions/FunnyQuestion/FunnyQuestion.php index 5dcc367c..907d070a 100644 --- a/extensions/FunnyQuestion/FunnyQuestion.php +++ b/extensions/FunnyQuestion/FunnyQuestion.php @@ -2,7 +2,7 @@ $wgExtensionCredits['other'][] = array( 'name' => 'FunnyQuestion', - 'version' => '2.0', + 'version' => '2.1', 'description' => 'Challenge-response authentication', 'author' => 'Pierre Schmitz', 'url' => 'https://www.archlinux.de' @@ -15,6 +15,7 @@ $wgFunnyQuestions = array( $wgFunnyQuestionHash = ''; $wgFunnyQuestionTimeout = 3600; $wgFunnyQuestionWait = 2; +$wgFunnyQuestionRemember = 3600*24; $wgAutoloadClasses['FunnyQuestion'] = dirname(__FILE__) . '/FunnyQuestion.body.php'; $wgExtensionMessagesFiles['FunnyQuestion'] = dirname( __FILE__ ) . '/FunnyQuestion.i18n.php'; -- cgit v1.2.3-54-g00ecf