summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorash <ashleybaker@gmail.com>2013-04-10 13:44:57 +0200
committerash <ashleybaker@gmail.com>2013-04-10 13:44:57 +0200
commit4fa6385ff8232273f15f08fe8ef2799c9305419b (patch)
treec813cc23c9e32b47c4a4949ffd15f18ff9c78a5d /user_guide_src/source
parent9c7e651922a78cefb1806becd0c5618fa23384c7 (diff)
Documentation change - explanation of captcha_word_length and character_pool_for_generated_word
Diffstat (limited to 'user_guide_src/source')
-rw-r--r--user_guide_src/source/helpers/captcha_helper.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/helpers/captcha_helper.rst b/user_guide_src/source/helpers/captcha_helper.rst
index f924bd717..7dd642ae7 100644
--- a/user_guide_src/source/helpers/captcha_helper.rst
+++ b/user_guide_src/source/helpers/captcha_helper.rst
@@ -81,7 +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'
+- **captcha_word_length** defaults to 8 but a sanity check in /system/helpers/captcha_helper.php 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
-----------------