mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 05:04:09 +02:00
[feature/passwords] Inject passwords manager into auth providers
The passwords manager will replace the old method of using the functions phpbb_hash() and phpbb_check_hash(). PHPBB3-11610
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
||||
arguments:
|
||||
- @dbal.conn
|
||||
- @config
|
||||
- @passwords.manager
|
||||
- @request
|
||||
- @user
|
||||
- %core.root_path%
|
||||
@@ -21,6 +22,7 @@ services:
|
||||
arguments:
|
||||
- @dbal.conn
|
||||
- @config
|
||||
- @passwords.manager
|
||||
- @request
|
||||
- @user
|
||||
- %core.root_path%
|
||||
@@ -32,6 +34,7 @@ services:
|
||||
arguments:
|
||||
- @dbal.conn
|
||||
- @config
|
||||
- @passwords.manager
|
||||
- @user
|
||||
tags:
|
||||
- { name: auth.provider }
|
||||
|
Reference in New Issue
Block a user