diff --git a/main/auth/lostPassword.php b/main/auth/lostPassword.php index 83ef164b90..055ccb6720 100755 --- a/main/auth/lostPassword.php +++ b/main/auth/lostPassword.php @@ -1,4 +1,5 @@ addElement('static', null, null, get_lang('ClickOnTheImageForANewOne')); - $form->addElement('text', 'captcha', get_lang('EnterTheLettersYouSee'), ['size' => 40]); $form->addRule('captcha', get_lang('EnterTheCharactersYouReadInTheImage'), 'required', null, 'client'); - $form->addRule('captcha', get_lang('TheTextYouEnteredDoesNotMatchThePicture'), 'CAPTCHA', $captcha_question); }