1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12574] Stop using passwords manager in apache provider

PHPBB3-12574
This commit is contained in:
Marc Alexander
2019-11-01 14:30:27 +01:00
parent 0d668fee36
commit 9e0c3fc81e
3 changed files with 55 additions and 61 deletions

View File

@@ -29,9 +29,9 @@ services:
auth.provider.apache:
class: phpbb\auth\provider\apache
arguments:
- '@dbal.conn'
- '@config'
- '@passwords.manager'
- '@dbal.conn'
- '@language'
- '@request'
- '@user'
- '%core.root_path%'