Disable admin mode on CAPTCHA

This commit is contained in:
benjamin melançon 2025-03-16 16:53:10 -04:00
parent 28b8382493
commit accc3558be

View file

@ -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