1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/17413] Add acp settings for turnstile captcha

PHPBB-17413
This commit is contained in:
Marc Alexander
2024-10-12 21:08:50 +02:00
parent b55b42d09f
commit 2500f722ab
5 changed files with 148 additions and 5 deletions

View File

@@ -61,6 +61,10 @@ services:
arguments:
- '@config'
- '@language'
- '@log'
- '@request'
- '@template'
- '@user'
calls:
- ['set_name', ['core.captcha.plugins.turnstile']]
tags: