lost password captcha not working

The Captcha on my lost password page does not seem to be working.  I enter the captcha and is says that I entered a wrong captcha?

Quote · 7 Jan 2010

The Captcha does not work with Safari.  Mac users should use Firefox.

Quote · 9 Jan 2010

I can not get Captcha to work on any browser.. how can I turn off Captcha on forgot.php?

Quote · 8 Feb 2010

try this worked for me:

create a php.ini file in the simg folder with content

register_globals = Off

get_magic_quotes_gpc = On

allow_url_include = Off

safe_mode = Off

Quote · 16 Feb 2010

in the forgot.php file around line 81 you have

 

array(
'type' => 'captcha',
'name' => 'captcha',
'caption' => _t('_Enter Captcha'),
'required' => true,
'checker' => array(
'func' => 'captcha',
'error' => _t( '_Incorrect Captcha' ),
),
),

 

make it look like this

 

//array(
//'type' => 'captcha',
//'name' => 'captcha',
//'caption' => _t('_Enter Captcha'),
//'required' => false,
//'checker' => array(
//'func' => 'captcha',
//'error' => _t( '_Incorrect Captcha' ),
// ),
// ),

you are commenting out everything and making it not require ;-) good luck

 

Quote · 13 Dec 2010

(Ignoring the grave digging)

 

Or you can try disabling caching, which can sometimes cause this issue for some people and certain browsers.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 13 Dec 2010
 
 
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.