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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user