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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user