Page 1 of 1

How to remove Captcha

PostPosted: 06 Jul 2014, 13:09
by palva12
Hi,,
I would like to remove Captcha while signing inn and from all pages.

Please advice where I can perform the code change.

Thanks and regards
Raj

Re: How to remove Captcha

PostPosted: 07 Jul 2014, 06:47
by Xpycm
Hello.

In "model" file delete:
Code: Select all
array('verifyCode', 'captcha', ... 


In "view" file delete:
Code: Select all
<?php echo $form->labelEx($model, 'verifyCode');?>
...
<?php echo $form->error($model, 'verifyCode');?>


P.S:
http://www.yiiframework.com/forum/index ... alidation/
http://www.efrag.gr/2013/01/how-to-add- ... blog-demo/
http://www.dukaweb.net/2013/11/add-capt ... orial.html