Add reCAPTCHA support to registration.

Because I *hate* spam bots.
This commit is contained in:
James Mason 2017-11-03 17:41:26 -07:00
parent 464b148321
commit a7fce677fc
No known key found for this signature in database
GPG key ID: 1B3951886C449023
6 changed files with 52 additions and 9 deletions

View file

@ -63,3 +63,7 @@ OSEM_SMTP_OPENSSL_VERIFY_MODE=""
# Enable the usage of the devise ichain plugin
OSEM_ICHAIN_ENABLED=false
# ReCAPTCHA keys
RECAPTCHA_SITE_KEY=""
RECAPTCHA_SECRET_KEY=""