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

[ticket/12352] Check phpBB2 passwords that have been encrypted with phpass

PHPBB3-12352
This commit is contained in:
Marc Alexander
2014-05-28 20:02:06 +02:00
parent b35ed3bc69
commit d9e49fae23
2 changed files with 14 additions and 6 deletions

View File

@@ -58,6 +58,7 @@ services:
class: phpbb\passwords\driver\phpbb2_md5
arguments:
- @request
- @passwords.driver.salted_md5
- %core.root_path%
- %core.php_ext%
tags: