From fe5b7529d5f63066a7d5f07033a61972a8165f24 Mon Sep 17 00:00:00 2001 From: Sholom Date: Wed, 19 Dec 2018 19:55:05 -0500 Subject: [PATCH] update readme to include info about recaptcha --- .env.sample | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.env.sample b/.env.sample index 3c2d25e7..623ebac7 100644 --- a/.env.sample +++ b/.env.sample @@ -5,3 +5,5 @@ TWITTER_CONSUMER_KEY="your_key" TWITTER_CONSUMER_SECRET="your_secret" TWITTER_ACCESS_TOKEN="your_token" TWITTER_ACCESS_SECRET="your_token_secret" +RECAPTCHA_SITE_KEY = YOURSITEKEY +RECAPTCHA_SECRET_KEY = YOURSECERTKEY \ No newline at end of file diff --git a/README.md b/README.md index 2f15960f..ed3d4bff 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ To tweet automatically when content is published, you can register an app on [Tw and set the keys to your environment variables. If you choose not to, don't set the variables and the app will simply skip the tweeting feature. +reCAPTCHA is used for preventing bots from signing up fake accounts. You will need to get a secret key and and site key from [Google](https://www.google.com/recaptcha/admin#list). Then set the RECAPTCHA_SITE_KEY and RECAPTCHA_SECRET_KEY environment variables. + Now you need to set the environment variables on your server. The procedure will depend on your system.