Mono Support How I can have captcha image on commenting ? 

Viewed 15995 time(s), 7 post(s), 9/3/2013 4:49:27 PM - by super
9/3/2013 4:49:27 PM
6018 Reputation 709 Total posts

How I can have captcha image on commenting ?

1
9/5/2013 3:58:58 PM
231 Reputation 38 Total posts

In theory:
You can inherit CaptchaModule, and in your control if you need, you can override exposed methods, so you can do some custom programming.

In addition, in your comments control you will have to reference your captcha control. 

Info: With GenerateNewCaptcha() method, you can generate new captcha, with IsCaptchaValid() you can validate captcha code. Also, don't forget to assing ValidationGroup.

2
9/5/2013 4:46:56 PM
6018 Reputation 709 Total posts

Is there any simply back to enable captcha image ? like enabling something in aspx page or webconfig ? instead of hard coding in methods to override ?

3
9/6/2013 12:22:09 PM
15993 Reputation 2214 Total posts

No right now captcha isn't supported on the Blog comments, we will consider this feature for next major release.

Thanks for the feedback.

4
9/6/2013 2:04:40 PM
6018 Reputation 709 Total posts

thank you

5
2/17/2014 5:54:50 PM
6018 Reputation 709 Total posts

Hello Khorvat, was this feature added in 4.9 since you mentioned that you will consider this option for next release ?

6
2/18/2014 8:05:14 AM
15993 Reputation 2214 Total posts

No it's not yet pushed to release. 

7
This is a demo site for MonoX. Please visit Mono Software for more info.