1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 02:51:35 +02:00

[ticket/12574] Remove passwords manager & container requirement from oauth

PHPBB3-12574
This commit is contained in:
Marc Alexander
2019-11-16 23:05:36 +01:00
parent 0cbe05faad
commit f460194379
3 changed files with 66 additions and 54 deletions

View File

@@ -53,11 +53,10 @@ services:
class: phpbb\auth\provider\oauth\oauth
arguments:
- '@config'
- '@service_container'
- '@dbal.conn'
- '@auth.provider.db'
- '@dispatcher'
- '@language'
- '@passwords.manager'
- '@request'
- '@auth.provider.oauth.service_collection'
- '@user'