1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[ticket/12352] Add passwords driver for vB passwords

PHPBB3-12352
This commit is contained in:
Marc Alexander
2014-05-29 14:00:42 +02:00
parent 252a061864
commit c6e1b51d78
4 changed files with 104 additions and 1 deletions

View File

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