mjtorn / mezzanine-captcha

Captcha for Mezzanine
14 stars 3 forks source link

Add captcha to blog comment form #3

Closed educalleja closed 8 years ago

educalleja commented 8 years ago

It was not possible to include captcha field in the pre-defined form for blog comments. Now it will be possible if the user includes following option into the settings.py file

COMMENT_FORM_CLASS = "mezzacaptcha.forms.CaptchaThreadedCommentForm"

mjtorn commented 8 years ago

Thanks @educalleja

I haven't been active in Mezzanine for what must be years so I'd have to do some checking, but this seems legit.

I would, however, appreciate it if you squashed the commit b5d7166 into dd9f3c6 and did a git push --force to keep the history a bit cleaner. This is something I haven't always done myself, but it keeps the history cleaner, as there would be no trivially simple commits around.

Could you do that?

Thanks!

educalleja commented 8 years ago

I have cleaned the history as you say.