1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[feature/passwords] Add basic implementation of passwords manager

The passwords manager is capable of checking and hashing passwords.
It will support different hashing algorithms.

PHPBB3-11610
This commit is contained in:
Marc Alexander
2013-06-15 10:00:13 +02:00
parent b7b862d721
commit 3a0dd248d0
2 changed files with 207 additions and 0 deletions

View File

@@ -121,6 +121,13 @@ services:
- @config
- @dbal.conn
crypto.manager:
class: phpbb_crypto_manager
arguments:
- @config
- @service_container
- @crypto.driver_collection
dispatcher:
class: phpbb_event_dispatcher
arguments: