Changes
Title
unchanged
How to show a Captcha in CForm?
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
captcha, CForm, widget
Content
changed
[...]
'password'=>array(
'type'=>'password',
'maxlength'=>32,
),
'verifyCode'=>array(
'type'=>'MyCaptcha', //render the captcha image & text field.
'showRefreshButton'=>false,
'clickableImage'=>true,
),
),
'buttons'=>array(
'login'=>array([...]