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

[ticket/12352] Add driver for woltlab community framework 2 passwords

PHPBB3-12352
This commit is contained in:
Marc Alexander
2014-05-29 16:32:48 +02:00
parent 61a5fd59cf
commit 2d7593995e
4 changed files with 101 additions and 0 deletions

View File

@@ -22,6 +22,14 @@ services:
tags:
- { name: passwords.driver }
passwords.driver.bcrypt_wcf2:
class: phpbb\passwords\driver\bcrypt_wcf2
arguments:
- @passwords.driver.bcrypt
- @passwords.driver_helper
tags:
- { name: passwords.driver }
passwords.driver.salted_md5:
class: phpbb\passwords\driver\salted_md5
arguments: