aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/routing/ucp.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/routing/ucp.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/routing/ucp.yml')
-rw-r--r--phpBB/config/default/routing/ucp.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/config/default/routing/ucp.yml b/phpBB/config/default/routing/ucp.yml
new file mode 100644
index 0000000000..06bd7c3a58
--- /dev/null
+++ b/phpBB/config/default/routing/ucp.yml
@@ -0,0 +1,7 @@
+phpbb_ucp_reset_password_controller:
+ path: /reset_password
+ defaults: { _controller: phpbb.ucp.controller.reset_password:reset }
+
+phpbb_ucp_forgot_password_controller:
+ path: /forgot_password
+ defaults: { _controller: phpbb.ucp.controller.reset_password:request }