Fix captcha image is not displayed in lost password and inscription pages - refs #3839

pull/3888/head
Christian 5 years ago
parent b2ac9da2ad
commit 5c946a9b44
  1. 2
      main/auth/inscription.php
  2. 2
      main/auth/lostPassword.php

@ -394,7 +394,7 @@ if ($user_already_registered_show_terms === false &&
//'output' => 'gif'
],
];
$form->setLayout('inline');
$captcha_question = $form->addElement(
'CAPTCHA_Image',
'captcha_question',

@ -69,7 +69,7 @@ if ($allowCaptcha) {
//'output' => 'gif'
],
];
$form->setLayout('inline');
$captcha_question = $form->addElement(
'CAPTCHA_Image',
'captcha_question',

Loading…
Cancel
Save