1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12352] Add passwords driver for sha1 password hashes

PHPBB3-12352
This commit is contained in:
Marc Alexander
2014-05-28 20:02:58 +02:00
parent d9e49fae23
commit 033272f968
4 changed files with 211 additions and 2 deletions

View File

@@ -54,6 +54,14 @@ services:
tags:
- { name: passwords.driver }
passwords.driver.sha1:
class: phpbb\passwords\driver\sha1
arguments:
- @config
- @passwords.driver_helper
tags:
- { name: passwords.driver }
passwords.driver.phpbb2_md5:
class: phpbb\passwords\driver\phpbb2_md5
arguments: