feat: add invisible_captcha on signup form
log signup attempts that fill in the honeypot without their IP address.
Showing
... | ... | @@ -113,6 +113,10 @@ gem 'acts_as_list', '~> 0.4' |
# locking in to latest major to fix API | ||
gem 'validates_email_format_of', '~> 1.6' | ||
# Used to keep spammers from creating accounts | ||
# locking in to latest major to fix API | ||
gem 'invisible_captcha', '~>1.0' | ||
## | ||
## GEMS required, and compilation is required to install | ||
## | ||
... | ... |
Please register or sign in to comment