Skip to content

Commit ce0b0f7

Browse files
committed
Added information about new RECAPTCHA_USE_SSL setting.
1 parent 5390478 commit ce0b0f7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@ Inspired by
22
===========
33
Marco Fucci @ http://www.marcofucci.com/tumblelog/26/jul/2009/integrating-recaptcha-with-django/
44

5+
6+
Requirements
7+
===========
58
This version requires a custom version of the python-recaptcha library to provide ssl support for submit.
69
You can get the required version here:
710

8-
http://github.com/bltravis/python-recaptcha
11+
http://github.com/bltravis/python-recaptcha
12+
13+
Add a new setting to your Django project settings file (eg.):
14+
15+
RECAPTCHA_USE_SSL = True
16+
17+
If you don't add this setting, it the code is written as such that it will default to **NOT** using SSL

0 commit comments

Comments
 (0)