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

[ticket/15937] Google reCAPTCHA v3 Plugin

PHPBB3-15937
This commit is contained in:
mrgoldy
2020-03-14 14:42:08 +01:00
parent b732b4d8c8
commit 0c63f03db4
8 changed files with 507 additions and 36 deletions

View File

@@ -57,3 +57,11 @@ services:
- [set_name, [core.captcha.plugins.recaptcha]]
tags:
- { name: captcha.plugins }
core.captcha.plugins.recaptcha_v3:
class: phpbb\captcha\plugins\recaptcha_v3
shared: false
calls:
- ['set_name', ['core.captcha.plugins.recaptcha_v3']]
tags:
- { name: captcha.plugins }