aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/captcha.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/captcha.yml')
-rw-r--r--phpBB/config/captcha.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/config/captcha.yml b/phpBB/config/captcha.yml
index 15d6a4ce3d..bca37767af 100644
--- a/phpBB/config/captcha.yml
+++ b/phpBB/config/captcha.yml
@@ -20,18 +20,24 @@ services:
core.captcha.plugins.gd:
class: phpbb\captcha\plugins\gd
scope: prototype # scope MUST be prototype for this to work!
+ calls:
+ - [set_name, [core.captcha.plugins.gd]]
tags:
- { name: captcha.plugins }
core.captcha.plugins.gd_wave:
class: phpbb\captcha\plugins\gd_wave
scope: prototype # scope MUST be prototype for this to work!
+ calls:
+ - [set_name, [core.captcha.plugins.gd_wave]]
tags:
- { name: captcha.plugins }
core.captcha.plugins.nogd:
class: phpbb\captcha\plugins\nogd
scope: prototype # scope MUST be prototype for this to work!
+ calls:
+ - [set_name, [core.captcha.plugins.nogd]]
tags:
- { name: captcha.plugins }
@@ -42,11 +48,15 @@ services:
- %tables.captcha_qa_questions%
- %tables.captcha_qa_answers%
- %tables.captcha_qa_confirm%
+ calls:
+ - [set_name, [core.captcha.plugins.qa]]
tags:
- { name: captcha.plugins }
core.captcha.plugins.recaptcha:
class: phpbb\captcha\plugins\recaptcha
scope: prototype # scope MUST be prototype for this to work!
+ calls:
+ - [set_name, [core.captcha.plugins.recaptcha]]
tags:
- { name: captcha.plugins }