aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-03-26 12:37:27 -0700
committerMatt Friedman <maf675@gmail.com>2016-03-31 15:07:43 -0700
commit91f1116e046818fb49a19ff59652f684c6f5f736 (patch)
tree94eed8a55afbef35e171170d22f1b21b05176841 /phpBB/config
parent8a9429efa4b0a459a657a44b41a596969878ad65 (diff)
downloadforums-91f1116e046818fb49a19ff59652f684c6f5f736.tar
forums-91f1116e046818fb49a19ff59652f684c6f5f736.tar.gz
forums-91f1116e046818fb49a19ff59652f684c6f5f736.tar.bz2
forums-91f1116e046818fb49a19ff59652f684c6f5f736.tar.xz
forums-91f1116e046818fb49a19ff59652f684c6f5f736.zip
[ticket/14561] User activate command
PHPBB3-14561
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_console.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_console.yml b/phpBB/config/default/container/services_console.yml
index 3ada9d1639..710487dfe8 100644
--- a/phpBB/config/default/container/services_console.yml
+++ b/phpBB/config/default/container/services_console.yml
@@ -220,6 +220,20 @@ services:
tags:
- { name: console.command }
+ console.command.user.activate:
+ class: phpbb\console\command\user\activate
+ arguments:
+ - '@user'
+ - '@dbal.conn'
+ - '@config'
+ - '@language'
+ - '@log'
+ - '@notification_manager'
+ - '%core.root_path%'
+ - '%core.php_ext%'
+ tags:
+ - { name: console.command }
+
console.command.user.add:
class: phpbb\console\command\user\add
arguments: