Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Captcha > RTL with captcha image support

Not answered RTL with captcha image support

Feed from this thread
  • Posted on Oct 17, 2011 (permalink)

    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.

    Reply

  • Slav Slav admin's avatar

    Posted on Oct 20, 2011 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Captcha > RTL with captcha image support