To enable anonymous commenting, you'll need to do the following:
- Sign up for a Recaptcha account
- Put the following in your /config/application.yml
allow_anonymous_commenting: true
recaptcha_pub_key: 'your_recaptcha_public_key'
recaptcha_priv_key: 'your_recaptcha_private_key' - That's it!
Please note, anonymous commenting is available beginning in v0.10.6.
|
|