9 lines
399 B
Ruby
9 lines
399 B
Ruby
InvisibleCaptcha.setup do |config|
|
|
config.visual_honeypots = false
|
|
config.timestamp_threshold = 4.seconds
|
|
# Leave these unset if you want to use I18n (see below)
|
|
# config.error_message = 'You are a robot!'
|
|
# config.sentence_for_humans = 'If you are a human, ignore this field'
|
|
# config.timestamp_error_message = 'Sorry, that was too quick! Please resubmit.'
|
|
end
|