Chirpy! 0.3 API Documentation
Chirpy::UI::WebApp::Captcha::Authen_Captcha
NAME
Chirpy::UI::WebApp::Captcha::Authen_Captcha - Captcha provider interface using Authen::Captcha
CONFIGURATION
This module uses the following parameters from your configuration file:
- webapp.authen_captcha_source_image_path
-
The physical path to the source images to be used by Authen::Captcha.
- webapp.authen_captcha_character_width
-
The pixel width of each character in a captcha image.
- webapp.authen_captcha_character_height
-
The pixel height of each character in a captcha image.
- webapp.authen_captcha_code_length
-
The number of characters in the captcha code.
AUTHOR
Tim De Pauw <ceetee@users.sourceforge.net>
SEE ALSO
Chirpy::UI::WebApp::Captcha, Chirpy, http://chirpy.sourceforge.net/
COPYRIGHT
Copyright 2005-2007 Tim De Pauw. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.