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

[ticket/11327] Finish up initial version of password reset system

PHPBB3-11327
This commit is contained in:
Marc Alexander
2019-08-10 17:18:39 +02:00
parent eee18f3747
commit cefdf8bf19
4 changed files with 111 additions and 63 deletions

View File

@@ -7,6 +7,7 @@ services:
- '@dispatcher'
- '@controller.helper'
- '@language'
- '@log'
- '@passwords.manager'
- '@request'
- '@template'