This topic is locked

Roger

3/1/2009 2:00:45 PM
ASPRunnerPro General questions
R
Roger author

Hi all.
I've enabled Captcha (for the first time) and it doesn't seem to work as intended.
By this I mean, when a user registerers, the captcha field is on screen. If a user enters the Captcha code and clicks submit all is well.
Also, if the user enters the wrong captcha code, it fails and they get a message.
That's all good and I'm happy.
However, apparenlty, one does Not Need to enter the Captcha code, they can simply click on submit.
What would I be missing?
Thanks all.
Roger

Sergey Kornilov admin 3/2/2009

Roger,
we are looking into this.

J
Jane 3/3/2009

Roger,
thank you for pointing me to this bug.

We'll fix it in the next update.
To make your pages working open C:/Program Files/ASPRunnerPro6.0/source/register.php file, find this line:

strMessage=##message SEC_INVALID_CAPTCHA_CODE##



and replace it with this one:

Message=##message SEC_INVALID_CAPTCHA_CODE##


Then open and rebuild your project.

R
Roger author 3/5/2009

Hi Jane, whew. Thought I had something goofy...
Anyway, my bad, I should have mentioned my version - I am using asprunner 6.
I've searched all the files in the templates directory for "SEC_INVALID_CAPTCHA_CODE" and couldn't find it.
Where would one find this little fella?
Thanks again.
Oh never mind, if I were to LOOK in the right location all would be as you said.
My appologies - it works like a charm.
Thank you.