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

[ticket/14561] User activate command

PHPBB3-14561
This commit is contained in:
Matt Friedman
2016-03-26 12:37:27 -07:00
parent 8a9429efa4
commit 91f1116e04
4 changed files with 368 additions and 0 deletions

View File

@@ -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: