From f096db8f51ddeb3bf03908a60fa030c4ac3513d5 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 8 Apr 2020 15:50:44 +0200 Subject: [PATCH] Minor - format code --- main/auth/lostPassword.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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); }