smellyrat / drydock

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

CAPTCHA post is broken #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Human test isn't currently rejecting content in the field.  This is a
problem for two reason.  1) it doesn't block stuff filled out in that
field, and two) it seems to break the visibility of replies to the thread.

CAPTCHA seems to always produce 63334 as the code and the post button
doesn't work.  I think this might be a left over from Thorn, because the
button worked differently back then.

Original issue reported on code.google.com by TaQS...@gmail.com on 5 Jul 2009 at 10:41

GoogleCodeExporter commented 9 years ago
Make sure you're not logged in as an administrator or something- the human
test/captcha might be bypassed if you're logged in as an admin.

Original comment by all.sta...@gmail.com on 5 Jul 2009 at 3:19

GoogleCodeExporter commented 9 years ago
Oh, good call. Then it just blocks everything because you're a bot.

I wondered why it did that once but not when I was testing.  But the issue with
captcha is the post button is nonfunctional.

Original comment by TaQS...@gmail.com on 5 Jul 2009 at 6:43

GoogleCodeExporter commented 9 years ago
{elseif $error=="VCbad"}
You entered an incorrect verification code.

If left blank with human test, this error is triggered

Original comment by TaQS...@gmail.com on 9 Jul 2009 at 9:31

GoogleCodeExporter commented 9 years ago
Human test is fixed, CAPTCHA is buggy still though

Original comment by TaQS...@gmail.com on 9 Jul 2009 at 11:43

GoogleCodeExporter commented 9 years ago
 <script type="text/javascript"><!--
                    document.write('<input type="button" value="Post" id="subbtn"
onclick="vctest()" />');
                    // /--></script>

Problem is I don't think vctest has existed since I first stripped CAPTCHA out 
a few
years back.  So we need to rewrite how this functions, or pull vctest() back 
out of
Thorn.

Original comment by TaQS...@gmail.com on 14 Jul 2009 at 8:42

GoogleCodeExporter commented 9 years ago
I hate javascript.

Original comment by TaQS...@gmail.com on 17 Jul 2009 at 7:49