summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/captcha_helper.rst
diff options
context:
space:
mode:
authorash <ashleybaker@gmail.com>2013-04-10 13:43:21 +0200
committerash <ashleybaker@gmail.com>2013-04-10 13:43:21 +0200
commit9c7e651922a78cefb1806becd0c5618fa23384c7 (patch)
tree1ea9dbf57695b0f6b5c3b08fa3dd944f2638d758 /user_guide_src/source/helpers/captcha_helper.rst
parent3fd9bf8777d6aea531a765f4bc0d995d24395221 (diff)
documenation edit
Diffstat (limited to 'user_guide_src/source/helpers/captcha_helper.rst')
-rw-r--r--user_guide_src/source/helpers/captcha_helper.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/helpers/captcha_helper.rst b/user_guide_src/source/helpers/captcha_helper.rst
index 598fdb4c6..f924bd717 100644
--- a/user_guide_src/source/helpers/captcha_helper.rst
+++ b/user_guide_src/source/helpers/captcha_helper.rst
@@ -81,6 +81,7 @@ Once loaded you can generate a captcha like this::
- The **expiration** (in seconds) signifies how long an image will remain
in the captcha folder before it will be deleted. The default is two
hours.
+- **captcha_word_length** defaults to 8 but a sanity check will enforce it to a minimum length of 4 or maximum length of 15, **character_pool_for_generated_word** defaults to '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
Adding a Database
-----------------