aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/routing/ucp.yml
diff options
context:
space:
mode:
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 }