1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17413] Continue implementation of turnstile captcha

PHPBB-17413
This commit is contained in:
Marc Alexander
2024-10-12 10:48:37 +02:00
parent 2a6609013d
commit 52acd2709b
2 changed files with 81 additions and 12 deletions

View File

@@ -54,3 +54,14 @@ services:
- ['set_name', ['core.captcha.plugins.recaptcha_v3']]
tags:
- { name: captcha.plugins }
core.captcha.plugins.turnstile:
class: phpbb\captcha\plugins\turnstile
shared: false
arguments:
- '@config'
- '@language'
calls:
- ['set_name', ['core.captcha.plugins.turnstile']]
tags:
- { name: catpcha.plugins }