1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +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

@@ -66,7 +66,7 @@ switch ($mode)
/** @var \phpbb\controller\helper $controller_helper */
$controller_helper = $phpbb_container->get('controller.helper');
redirect($controller_helper->route('phpbb_ucp_reset_password_controller'));
redirect($controller_helper->route('phpbb_ucp_forgot_password_controller'));
break;
case 'register':