diff --git a/mollom.module b/mollom.module index 36c9915..69eab15 100644 --- a/mollom.module +++ b/mollom.module @@ -1703,11 +1703,6 @@ function mollom_process_mollom($element, &$form_state, $complete_form) { '#default_value' => '', '#description' => t("Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive."), ); - // Disable browser autocompletion, unless testing mode is enabled, in which - // case autocompletion for 'correct' and 'incorrect' is handy. - if (!variable_get('mollom_testing_mode', 0)) { - $element['captcha']['#attributes']['autocomplete'] = 'off'; - } // For CAPTCHA-only protected forms: if (!$form_state['mollom']['require_analysis'] && $form_state['mollom']['require_captcha']) { // Retrieve and show an initial CAPTCHA.