1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12352] Add legacy passwords driver for sha1 smf type passwords

PHPBB3-12352
This commit is contained in:
Marc Alexander
2014-04-24 21:00:33 +02:00
parent 48679eeff8
commit 2ea45a06e7
6 changed files with 115 additions and 0 deletions

View File

@@ -38,6 +38,14 @@ services:
tags:
- { name: passwords.driver }
passwords.driver.sha1_smf:
class: phpbb\passwords\driver\sha1_smf
arguments:
- @config
- @passwords.driver_helper
tags:
- { name: passwords.driver }
passwords.driver_collection:
class: phpbb\di\service_collection
arguments: