Django-registration and ReCaptcha integration - how to pass the user's IP

Posted by knuckfubuck on Stack Overflow See other posts from Stack Overflow or by knuckfubuck
Published on 2010-04-26T07:21:20Z Indexed on 2010/04/26 7:23 UTC
Read the original article Hit count: 479

Filed under:
|
|
|

New to django and trying to setup django-registration 0.8 with recaptcha-client. I followed the advice posted in the answer to this question.

I used the custom form and custom backend from that post and the widget and field from this tutorial. My form is displaying properly with the recaptcha widget but when I submit it throws the error about the missing IP. What's the best way to pass the IP using django-registration?

© Stack Overflow or respective owner

Related posts about django

Related posts about registration