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

[ticket/12960] Remove broken captchas and prepare for incomplete captcha

PHPBB3-12960
This commit is contained in:
Marc Alexander
2024-03-25 21:34:44 +01:00
parent 70d61a4e91
commit 12e9c3d082
15 changed files with 16 additions and 4215 deletions

View File

@@ -14,27 +14,11 @@ services:
tags:
- { name: service_collection, tag: captcha.plugins }
core.captcha.plugins.gd:
class: phpbb\captcha\plugins\gd
core.captcha.plugins.incomplete:
class: phpbb\captcha\plugins\incomplete
shared: false
calls:
- [set_name, [core.captcha.plugins.gd]]
tags:
- { name: captcha.plugins }
core.captcha.plugins.gd_wave:
class: phpbb\captcha\plugins\gd_wave
shared: false
calls:
- [set_name, [core.captcha.plugins.gd_wave]]
tags:
- { name: captcha.plugins }
core.captcha.plugins.nogd:
class: phpbb\captcha\plugins\nogd
shared: false
calls:
- [set_name, [core.captcha.plugins.nogd]]
- [ set_name, [ core.captcha.plugins.incomplete ] ]
tags:
- { name: captcha.plugins }