[TYPO3-project-formidable] Captcha

Stas Kobzar staskobzar at gmail.com
Sun Apr 20 19:57:27 CEST 2008


Hi,

There is a bug in captcha in formidable. 
It does not re-draws image after clicking on refresh icon next to captcha.

Looks like the problem appears in examples on http://formidable.typo3.ug/.

The problem is really small and can be fixed by adding 
 name=\"cryptogram\"  
to line (109)
in "ameos_formidable/api/base/rdt_captcha/api/class.tx_rdtcaptcha.php"

$aCaptcha["img"]="<img id='" . $this->_getElementHtmlId() . "'
name=\"cryptogram\"  src='".$_SESSION['cryptdir']."cryptographp.php?cfg="
$cfg."&amp;".$iSID."' alt='captcha'></img>";

Best regards,
Stas Kobzar


More information about the TYPO3-project-formidable mailing list