Sha256: b98638f3e75d492b26de858c54f2171867f524fd2e435340ab8a40e7219da484

Contents?: true

Size: 442 Bytes

Versions: 4

Compression:

Stored size: 442 Bytes

Contents

# frozen_string_literal: true

InvisibleCaptcha.setup do |config|
  config.honeypots << "another_fake_attribute"
  config.visual_honeypots    = false
  config.timestamp_threshold = 4
  config.timestamp_enabled   = false
  # Leave these unset if you want to use I18n (see below)
  # config.sentence_for_humans     = 'If you are a human, ignore this field'
  # config.timestamp_error_message = 'Sorry, that was too quick! Please resubmit.'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
decidim-core-0.3.2 config/initializers/invisible_captcha.rb
decidim-core-0.3.1 config/initializers/invisible_captcha.rb
decidim-core-0.3.0 config/initializers/invisible_captcha.rb
decidim-core-0.2.0 config/initializers/invisible_captcha.rb