Disable admin mode on CAPTCHA
This commit is contained in:
parent
28b8382493
commit
accc3558be
1 changed files with 2 additions and 1 deletions
|
@ -5,8 +5,9 @@ enable_globally_on_admin_routes: false
|
|||
default_challenge: riddler/Riddler
|
||||
description: 'This question is to verify that you are a human visitor and to prevent automated spam.'
|
||||
title: CAPTCHA
|
||||
administration_mode: true
|
||||
administration_mode: false
|
||||
administration_mode_on_admin_routes: false
|
||||
whitelist_ips: ''
|
||||
wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.'
|
||||
default_validation: 1
|
||||
persistence: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue