diff options
author | Preetham <me@preetham.in> | 2014-12-05 17:13:57 +0100 |
---|---|---|
committer | Preetham <me@preetham.in> | 2014-12-05 17:13:57 +0100 |
commit | be7e493fd7a4dcc8f00b60201d4948f3618d9b6a (patch) | |
tree | 91f29e5f7f2b98527f3815b3235e268627c676d7 /user_guide_src/source/helpers | |
parent | e29136567e2a12726f9ab40762bcb47a7cde759c (diff) |
Removed img_name from captcha helper
Signed-off-by: Preetham <me@preetham.in>
Diffstat (limited to 'user_guide_src/source/helpers')
-rw-r--r-- | user_guide_src/source/helpers/captcha_helper.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/user_guide_src/source/helpers/captcha_helper.rst b/user_guide_src/source/helpers/captcha_helper.rst index 7d7f30de8..6e0cfc979 100644 --- a/user_guide_src/source/helpers/captcha_helper.rst +++ b/user_guide_src/source/helpers/captcha_helper.rst @@ -35,7 +35,6 @@ Once loaded you can generate a CAPTCHA like this:: 'word_length' => 8, 'font_size' => 16, 'img_id' => 'Image id', - 'img_name' => 'Image name', 'pool' => '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ', // White background and border, black text and red grid @@ -64,7 +63,6 @@ Once loaded you can generate a CAPTCHA like this:: - **word_length** defaults to 8, **pool** defaults to '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' - **font_size** defaults to 16, the native GD font has a size limit. Specify a "true type" font for bigger sizes. - The **img_id** will be set as the "id" of the captcha image. -- The **img_name** will be set as the "name" of the captcha image. - If any of the **colors** values is missing, it will be replaced by the default. Adding a Database |