| 1 |
##Captcha Readme## |
##Captcha Readme## |
| 2 |
|
|
| 3 |
To Install: |
To Install: |
| 4 |
1. Enable the module, and then go to admin/settings/captcha to enable captchas for various actions and captcha types. |
Enable the module, and then go to admin/settings/captcha to enable captchas |
| 5 |
2. Then go to admin/access control to enable the access to the captcha (access captchas) for roles. |
for various actions and captcha types. |
| 6 |
|
|
| 7 |
Notes: |
Default, and Image Captchas: |
| 8 |
- Image Captcha uses GD to draw stuff, emits in PNG |
This new version of captcha.module uses a simple math question as the |
| 9 |
|
default captcha challenge. However, this is NOT as powerful as the original |
| 10 |
|
image captcha, in case you are looking for foolproof protection. |
| 11 |
|
|
| 12 |
|
The image captcha facility has been shifted to an additional submodule called |
| 13 |
|
"textimage". You will need to install captcha.module AND textimage.module to |
| 14 |
|
get image captchas working. |