smellyrat / drydock

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

Verification overhaul #79

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Blaming Albright for this because it's his code, but I always seem to get
70141 and one other that I can't remember right now as my code.  I think we
should just rewrite the way they work, I mean we've reworked everything else.

Original issue reported on code.google.com by TaQS...@gmail.com on 5 Aug 2009 at 6:29

GoogleCodeExporter commented 9 years ago
Screw it.  reCAPTCHA.  

In config, we add values for both keys, public and private, and whatever else 
recaptcha needs (i forget) and require both values to be set before captcha can 
be enabled.  Offloads our captcha generation (which was broken anyway) and is 
probably more secure than what we were doing anyway (even if it can be 
defeated).

Replacing the 031 captcha generator with recaptcha plugin.

Original comment by TaQS...@gmail.com on 18 Jan 2011 at 9:51

GoogleCodeExporter commented 9 years ago
Some basic done, will finish rest later.

Original comment by TaQS...@gmail.com on 28 Jan 2011 at 7:29

GoogleCodeExporter commented 9 years ago
Worked on it some more.  I'd also like to change this from just adding 
reCAPTCHa to also including other forms of verification, such as word 
challenge, simple math, and hidden fields.

Original comment by TaQS...@gmail.com on 2 Feb 2011 at 3:20

GoogleCodeExporter commented 9 years ago
Looks like I got it all in there, just need to test under various conditions.

Original comment by TaQS...@gmail.com on 15 Feb 2011 at 9:40