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:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user