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

[ticket/12960] Add incomplete captcha to prevent registration

PHPBB3-12960
This commit is contained in:
Marc Alexander
2024-03-26 21:00:31 +01:00
parent 5e9d8662d1
commit 716c1ca8eb
4 changed files with 79 additions and 0 deletions

View File

@@ -17,6 +17,11 @@ services:
core.captcha.plugins.incomplete:
class: phpbb\captcha\plugins\incomplete
shared: false
arguments:
- '@config'
- '@template'
- '%core.root_path%'
- '%core.php_ext%'
calls:
- [ set_name, [ core.captcha.plugins.incomplete ] ]
tags: