aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_ucp.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/default/container/services_ucp.yml')
-rw-r--r--phpBB/config/default/container/services_ucp.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_ucp.yml b/phpBB/config/default/container/services_ucp.yml
new file mode 100644
index 0000000000..861fa4ac75
--- /dev/null
+++ b/phpBB/config/default/container/services_ucp.yml
@@ -0,0 +1,17 @@
+services:
+ phpbb.ucp.controller.reset_password:
+ class: phpbb\ucp\controller\reset_password
+ arguments:
+ - '@config'
+ - '@dbal.conn'
+ - '@dispatcher'
+ - '@controller.helper'
+ - '@language'
+ - '@log'
+ - '@passwords.manager'
+ - '@request'
+ - '@template'
+ - '@user'
+ - '%tables.users%'
+ - '%core.root_path%'
+ - '%core.php_ext%'