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