Show
Ignore:
Timestamp:
07/10/2008 11:06:23 AM (5 months ago)
Author:
Geert
Message:

A few minor tweaks to Basic and Alpha Captcha style in order to preserve enough readability and make both styles differ a bit more.

Also changed internal terminology to the "official" convention: http://en.wikipedia.org/wiki/Challenge-response_authentication

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/config/captcha.php

    r3028 r3031  
    88 * 
    99 * Group Options: 
    10  *  style           - Captcha type, e.g. basic, word, math, riddle 
     10 *  style           - Captcha type, e.g. basic, alpha, word, math, riddle 
    1111 *  width           - Width of the Captcha image 
    1212 *  height          - Height of the Captcha image 
     
    1919$config['default'] = array 
    2020( 
    21         'style'           => 'basic', 
     21        'style'           => 'alpha', 
    2222        'width'           => 150, 
    2323        'height'          => 50,