kupala / joomla15captcha

Automatically exported from code.google.com/p/joomla15captcha
0 stars 0 forks source link

Captcha to complete Password Reset #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When doing a reset of the password joomla requests to complete the 
password reset process by typing the new password twice. 

I do not see any captcha on that page.
How do I have to enable the captcha under http://www.xxx.com/index.php?
option=com_user&view=reset&layout=complete

What is the value for that?
I only know Values: user.login, user.remind, user.reset, user.register, 
user.contact, user.poll, user.search, administrator.login, but not etc.

What version of the product are you using? On what operating system?

joomla 1.5.10 and captcha 4.5.1

See also picture, captcha is missing....

Original issue reported on code.google.com by mirka.fa...@gmail.com on 16 Jun 2009 at 5:13

Attachments:

GoogleCodeExporter commented 8 years ago
I too am having this problem. Any suggestions?

Original comment by stevenf...@gmail.com on 27 Jun 2009 at 2:16

GoogleCodeExporter commented 8 years ago
 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
same for me

Original comment by kaioken...@gmail.com on 15 Dec 2009 at 9:14

Attachments: