MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Does monox support recaptcha  (Mono Support )

16027 put(a) pogledan, 2 odgovor(a) 14.11.2011. 21:34:15Kreirao(la) rule128
rule128

rule128

14.11.2011. 21:34:15
Hello

Does monox support recaptcha?

Regards
Ovaj sadržaj još nije ocijenjen. 
265 Reputacija 29 Ukupno objava
khorvat

khorvat

15.11.2011. 8:58:31
Hi,

MonoX supports reCaptcha but it doesn't have a built-in module with reCaptcha, rather MonoX uses his own Captcha module. If you want to use reCaptcha rather then MonoX Captcha module you can do this by inheriting from MonoX Captcha module and by performing the following steps:

1. Inherit the mark-up from Captcha module
2. Inherit the code-behind from the Captcha module
3. in the PreRender you should hide the following element upCaptcha 
4. You should place the reCaptcha code outside the upCaptcha element 
5. You should check if Page.IsValid when you perform any kind of Postback to see if captcha validation is succeed 

Please take a look at the reCpatch ASP.NET implementation here.

Regards
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava