--- captcha.module_old	2007-05-09 15:11:04.000000000 +0200
+++ captcha.module	2007-05-09 15:13:47.000000000 +0200
@@ -163,8 +163,8 @@
   global $user;
 
   $seed = $form['form_token']['#default_value'];
-  if($_SESSION['captcha'][$seed]['success'] === TRUE)
-    return;
+/*  if($_SESSION['captcha'][$seed]['success'] === TRUE)
+    return;*/
 
   foreach($user->roles as $role) {	
   	$candidate_trigger = $form_id .'_'. strtr($role, ' ', '_') .'_captcha';
@@ -228,8 +228,8 @@
   $seed = $form['#post']['form_token'];
   $_SESSION['captcha'][$seed]['value'] = $_SESSION['captcha'][$seed]['new_value'];
   if($_SESSION['captcha'][$seed]['success']) {
-    unset($form['captcha_challenge']);
-    unset($_SESSION['captcha'][$seed]);
+    /*unset($form['captcha_challenge']);
+    unset($_SESSION['captcha'][$seed]);*/
   }
 }
 
