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