geerlingguy / jeffgeerling-com

Drupal Codebase for JeffGeerling.com
https://www.jeffgeerling.com
GNU General Public License v2.0
39 stars 2 forks source link

Configure CleanTalk #95

Closed geerlingguy closed 4 years ago

geerlingguy commented 4 years ago

Drat! I knew I'd forget something major. I forgot to set up CleanTalk, or even Honeypot, and now I'm getting hundreds of spam comments per minute. D'oh!

geerlingguy commented 4 years ago

I added Honeypot in the above commit. I'll monitor for the day and see how bad things go. Don't want to spend the time configuring CleanTalk until I get a little time to make sure it's working correctly locally. I know Honeypot won't cause an issue since I maintain it ;)

geerlingguy commented 4 years ago

New issue opened: I would like to exclude cleantalk_authkey from site's exported configuration.

geerlingguy commented 4 years ago

It looks like I can add the following to my settings.php and leave the key in the exported configuration blank:

$config['cleantalk.settings']['cleantalk_authkey'] = '';
geerlingguy commented 4 years ago

It's working now.