Password Retrieve Executing Even When Captcha Not Entered

Hello,

I generated the security apps which includes a “forgot password” link and modified it to require a captcha. I find that even if a user does not fill the captcha and submits, the onValidate and all other events get fired even though it shows a message in the background that the captcha was not filled. So whats the whole point of the captcha? Can you give me a clue what I am omitting?

Thank you

Which version on SC are you on? We found the same problem with 7. SC 6 works fine.

This is with version 6.00.0039 so this is very puzzling.

This is now solved. Obviously everything in onValidate gets executed, even if captcha was not entered. I moved the ‘send_act();’ statement to onValidateSuccess.