1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11327] Split up into forgot password and reset password

PHPBB3-11327
This commit is contained in:
Marc Alexander
2019-08-09 22:51:51 +02:00
parent f41c51d1ec
commit 0a5599697f
5 changed files with 166 additions and 13 deletions

View File

@@ -11,5 +11,6 @@ services:
- '@request'
- '@template'
- '@user'
- '%tables%'
- '%core.root_path%'
- '%core.php_ext%'

View File

@@ -1,3 +1,7 @@
phpbb_ucp_reset_password_controller:
path: /reset_password
defaults: { _controller: phpbb.ucp.controller.reset_password:handle }
defaults: { _controller: phpbb.ucp.controller.reset_password:reset }
phpbb_ucp_forgot_password_controller:
path: /forgot_password
defaults: { _controller: phpbb.ucp.controller.reset_password:request }