Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Captcha appearance View modes: 
User avatar
Member
Member
gatsby0121 - 6/14/2011 8:02:19 AM
   
Captcha appearance
Is there anyway to change the appearance of the captcha provided in Kentico 5.5?


I'm looking for something like those with the refresh icon, the speaker icon, and the info icon.

As well as a bigger image box.


User avatar
Member
Member
kentico_michal - 6/14/2011 8:48:51 AM
   
RE:Captcha appearance
Hello,

Regrettably, these feautures are not available in the current implementation of CAPTCHA. You can only change size of the image, you can do so in the Page_Load method ( ~\CMSPages\Dialogs\CaptchaImage.aspx.cs) :

CaptchaImage ci = new CaptchaImage(WindowHelper.GetItem("CaptchaImageText" + capcha).ToString(), 80, 20, null);

where numbers 80, 20 define width and height of the image.

The good news is that there will be a new CAPTCHA feature available in the next version of Kentico CMS 6.0. It should support the refresh icon and logic CAPTCHA similar to the one you can download from the marketplace: Logic CAPTCHA.


Best regards,
Michal Legen