aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/routing/ucp.yml
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-08-08 22:01:51 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-08-08 22:01:51 +0200
commit3f852a3233b2ee51c3fab7dc6d077778fd35e0fd (patch)
tree8d1596774ad6482d325e66cf696a083fb57f13d6 /phpBB/config/default/routing/ucp.yml
parent9cb22f008d5aa335fbb143cdf058a0a3f132f61d (diff)
downloadforums-3f852a3233b2ee51c3fab7dc6d077778fd35e0fd.tar
forums-3f852a3233b2ee51c3fab7dc6d077778fd35e0fd.tar.gz
forums-3f852a3233b2ee51c3fab7dc6d077778fd35e0fd.tar.bz2
forums-3f852a3233b2ee51c3fab7dc6d077778fd35e0fd.tar.xz
forums-3f852a3233b2ee51c3fab7dc6d077778fd35e0fd.zip
[ticket/11327] Move UCP remind functionality to a controller for password reset
PHPBB3-11327
Diffstat (limited to 'phpBB/config/default/routing/ucp.yml')
-rw-r--r--phpBB/config/default/routing/ucp.yml3
1 files changed, 3 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..be97f597a0
--- /dev/null
+++ b/phpBB/config/default/routing/ucp.yml
@@ -0,0 +1,3 @@
+phpbb_ucp_reset_password_controller:
+ path: /reset_password
+ defaults: { _controller: phpbb.ucp.controller.reset_password:handle }