You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alistair Deneys edited this page Jun 5, 2021
·
3 revisions
Using ReCAPTCHA - Obsolete
❗ This documentation is for WeBlog 4.0.x and ealier. Is it not relevant to latest WeBlog releases.
WeBlog by default uses MSCaptcha for comment spam prevention. You may prefer to use Google's reCAPTCHA because of its security, for consistency with other CAPTCHA use on your site, or because you want to help digitize books.
Enabling reCAPTCHA with WeBlog can be accomplished in just a few steps:
In the Entry template's Standard Values, remove the SitecoreCaptcha sublayout
Add the reCAPTCHA sublayout to the phBlogCommentForm placeholder
Uncomment the reCAPTCHA settings in WeBlog.config and enter your reCAPTCHA keys (obtained from the reCAPTCHA website)
Publish and test
You may also simply remove the !SitecoreCaptcha sublayout in order to disable CAPTCHA entirely (e.g. for an intranet).