aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-02-03 15:29:43 +0100
committerMarc Alexander <admin@m-a-styles.de>2014-02-03 18:08:13 +0100
commit2c9e6f196b12681e63afbe3f81c44fd6e2bde97a (patch)
treefb444f425c2fcfba34338efd42b4d613c3389267 /phpBB/config
parent2fa491f965e85a71b7b1465d5364b7e1789c60b7 (diff)
downloadforums-2c9e6f196b12681e63afbe3f81c44fd6e2bde97a.tar
forums-2c9e6f196b12681e63afbe3f81c44fd6e2bde97a.tar.gz
forums-2c9e6f196b12681e63afbe3f81c44fd6e2bde97a.tar.bz2
forums-2c9e6f196b12681e63afbe3f81c44fd6e2bde97a.tar.xz
forums-2c9e6f196b12681e63afbe3f81c44fd6e2bde97a.zip
[ticket/12156] Add missing passwords manager to oauth
PHPBB3-12156
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/auth_providers.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/auth_providers.yml b/phpBB/config/auth_providers.yml
index 43648b4ad3..dac8b9d252 100644
--- a/phpBB/config/auth_providers.yml
+++ b/phpBB/config/auth_providers.yml
@@ -43,6 +43,7 @@ services:
arguments:
- @dbal.conn
- @config
+ - @passwords.manager
- @request
- @user
- %tables.auth_provider_oauth_token_storage%