This is a migrated thread and some comments may be shown as answers.

RTL with captcha image support

1 Answer 41 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
tamir
Top achievements
Rank 1
tamir asked on 17 Oct 2011, 03:53 PM
i wanted to make the captcha in hebrew so at least spammers that dont read hebrew cannot write in.
so i've added 

RadCaptcha1.CaptchaImage.CharSet = "1234567890אבגדהוזחטיכלמנסעפצקרשת";
RadCaptcha1.CaptchaImage.TextChars = Telerik.Web.UI.CaptchaPossibleChars.CustomCharSet;

and i've got nice hebrew captcha
but when i tried to enter what i've seem in the image it told me that i written the wrong code.
it showed "אבגדה"
so i've entered "א" "ב" "ג" ד" ה"
and then i figured that i needed to enter the letters from the left to right 
"ה" ד" "ג" "ב" "א"
and it passed just fine.
can you add an option to parse the text in reverse that way you get full RTL support.

i can do reverse in javascript on post back but i rather not using a patch and have a good product.

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 20 Oct 2011, 09:21 AM
Hello Tamir,

Indeed, this is a good suggestion for a feature request. It will be brought to the attention of our developers and it will be considered for implementation, although I cannot provide an estimate when this functionality will be available. I have logged it as a feature request and you can check its status by the following link: Public URL.

As a token of gratitude for your suggestion I have updated your telerik points.

All the best,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Captcha
Asked by
tamir
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or