delete recaptcha from missing password (forgot.php

How can i delete the captcha question from the forgot.php (or missing password sequence)`?

Quote · 13 Nov 2019

Hello mrtn!

 

You need to delete / comment the following code in the forgot.php file:

 

array(

            'type' => 'captcha',

            'name' => 'captcha',

            'caption' => _t('_Enter Captcha'),

            'required' => true,

            'checker' => array(

                'func' => 'captcha',

                'error' => _t( '_Incorrect Captcha' ),

            ),

        ),
Quote · 13 Nov 2019
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.