aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services.yml
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-10-03 21:01:36 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-10-03 21:01:36 +0200
commit68c197fd6012b5435a29a288113b957e7957de59 (patch)
tree6d4ed0af33be2c0ef7aeaf666e13949364fe6248 /phpBB/config/default/container/services.yml
parent1eed2f98c30210d02b8ca3bf5b167fae67dc64dd (diff)
parent3a443b56233c58df49d15861c1c4add996b7660b (diff)
downloadforums-68c197fd6012b5435a29a288113b957e7957de59.tar
forums-68c197fd6012b5435a29a288113b957e7957de59.tar.gz
forums-68c197fd6012b5435a29a288113b957e7957de59.tar.bz2
forums-68c197fd6012b5435a29a288113b957e7957de59.tar.xz
forums-68c197fd6012b5435a29a288113b957e7957de59.zip
Merge pull request #5652 from marc1706/ticket/11327
[ticket/11327] Implement forgot password functionality via form
Diffstat (limited to 'phpBB/config/default/container/services.yml')
-rw-r--r--phpBB/config/default/container/services.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services.yml b/phpBB/config/default/container/services.yml
index 3ead1e6181..2d4720029d 100644
--- a/phpBB/config/default/container/services.yml
+++ b/phpBB/config/default/container/services.yml
@@ -27,6 +27,7 @@ imports:
- { resource: services_text_formatter.yml }
- { resource: services_text_reparser.yml }
- { resource: services_twig.yml }
+ - { resource: services_ucp.yml }
- { resource: services_user.yml }
- { resource: tables.yml }