Recent site activity

Customizing CE‎ > ‎

Enabling Anonymous Commenting

To enable anonymous commenting, you'll need to do the following:
  1. Sign up for a Recaptcha account
  2. 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'
  3. That's it!
Please note, anonymous commenting is available beginning in v0.10.6.