From RNWiki
Jump to: navigation, search
(Created page with '==Login error due to Captcha/Security image showing only 3 or 4 characters instead of 5== Try adjusting the following settings: define('CAPTCHA_WIDTH', 150); define('CAPTCHA_MAX…')
 
 
Line 5: Line 5:
 
define('CAPTCHA_MAX_FONT_SIZE', 16);
 
define('CAPTCHA_MAX_FONT_SIZE', 16);
  
There is a good discussion on this at: [http://www.ravenphpscripts.com/postx14897-0-0.html]
+
There is a good discussion on this at: [http://www.ravenphpscripts.com/postx14897-0-0.html Security Code image error (bug?)]
 +
[[Category:FAQ]]

Latest revision as of 17:44, 13 September 2009

Login error due to Captcha/Security image showing only 3 or 4 characters instead of 5

Try adjusting the following settings:

define('CAPTCHA_WIDTH', 150); define('CAPTCHA_MAX_FONT_SIZE', 16);

There is a good discussion on this at: Security Code image error (bug?)