From f460194379ece85a0f53e737dbe736a1bdfe359c Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 16 Nov 2019 23:05:36 +0100 Subject: [ticket/12574] Remove passwords manager & container requirement from oauth PHPBB3-12574 --- phpBB/config/default/container/services_auth.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'phpBB/config') diff --git a/phpBB/config/default/container/services_auth.yml b/phpBB/config/default/container/services_auth.yml index bace1bb6cd..1540bea97f 100644 --- a/phpBB/config/default/container/services_auth.yml +++ b/phpBB/config/default/container/services_auth.yml @@ -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' -- cgit v1.2.1