diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2014-02-03 15:29:43 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2014-02-03 18:08:13 +0100 |
| commit | 2c9e6f196b12681e63afbe3f81c44fd6e2bde97a (patch) | |
| tree | fb444f425c2fcfba34338efd42b4d613c3389267 /phpBB/config | |
| parent | 2fa491f965e85a71b7b1465d5364b7e1789c60b7 (diff) | |
| download | forums-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.yml | 1 |
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% |
