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

[ticket/12352] Add driver for phpBB2 hashes with md5 length of 32

PHPBB3-12352
This commit is contained in:
Marc Alexander
2014-05-27 18:12:33 +02:00
parent 60cb648ab0
commit 5a243af879
2 changed files with 127 additions and 0 deletions

View File

@@ -54,6 +54,15 @@ services:
tags:
- { name: passwords.driver }
passwords.driver.phpbb2_md5:
class: phpbb\passwords\driver\phpbb2_md5
arguments:
- @request
- %core.root_path%
- %core.php_ext%
tags:
- { name: passwords.driver }
passwords.driver_collection:
class: phpbb\di\service_collection
arguments: