Open GoogleCodeExporter opened 9 years ago
I too am having this problem. Any suggestions?
Original comment by stevenf...@gmail.com
on 27 Jun 2009 at 2:16
You must install patches for all components and modules to Captcha to work. (JС4
Patch Joomla 1.5.10 for Joomla Captcha 4.х.х Stable)
Original comment by grus...@gmail.com
on 27 Jun 2009 at 7:54
I had the same problem.
In the patch files you made available there is no patch for :
/components/com_user/views/reset/tmpl/complete.php !
That's why eveyone has a problem when resetting the password.
Add before line 30 <table> following code to complete.php :
<?php // Captcha Extention patch rev. 4.5.0 Stable
$dispatcher = &JDispatcher::getInstance();
$results = $dispatcher->trigger( 'onCaptchaRequired', array( 'user.reset' ) );
if ($results[0])
$dispatcher->trigger( 'onCaptchaView', array( 'user.reset', 0, '<tr><td colspan="2" >',
'</td></tr>' ) ); ?>
Original comment by fonny.sm...@gmail.com
on 22 Jul 2009 at 9:49
This is still a problem with the current patch (1.5.15 rev1), and the suggestion
above isn't quite right for my complete.php file. Can someone please clarify?
Original comment by cl...@planetbuhs.net
on 13 Dec 2009 at 7:51
same for me
Original comment by kaioken...@gmail.com
on 15 Dec 2009 at 9:14
Attachments:
Original issue reported on code.google.com by
mirka.fa...@gmail.com
on 16 Jun 2009 at 5:13Attachments: