diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-02 14:37:15 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-02 14:37:39 -0400 |
commit | 3cbb97316066b606548af5d24b4fe2199533cffe (patch) | |
tree | e6fd05c04e579172b736199415a7b6a9d60e921c /phpBB/config | |
parent | e16dd958e351c39371db943fec359677c950c9ec (diff) | |
download | forums-3cbb97316066b606548af5d24b4fe2199533cffe.tar forums-3cbb97316066b606548af5d24b4fe2199533cffe.tar.gz forums-3cbb97316066b606548af5d24b4fe2199533cffe.tar.bz2 forums-3cbb97316066b606548af5d24b4fe2199533cffe.tar.xz forums-3cbb97316066b606548af5d24b4fe2199533cffe.zip |
[feature/oauth] Pass users_table as parameter to OAuth in construct
PHPBB3-11673
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 393c2a4229..bad6be9880 100644 --- a/phpBB/config/auth_providers.yml +++ b/phpBB/config/auth_providers.yml @@ -45,6 +45,7 @@ services: - %tables.auth_provider_oauth_token_storage% - %tables.auth_provider_oauth_account_assoc% - @auth.provider.oauth.service_collection + - %tables.users% tags: - { name: auth.provider } auth.provider.oauth.service_collection: |