aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-18 12:50:42 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-18 12:51:53 -0400
commit2faaa7f63cd45244cd536b507325e65c5f085b39 (patch)
treead900393506c24472f64a0b39a70e5b019005964 /phpBB/config
parentbbbe442c425d333d7fea35b03217d0f222f1e2cc (diff)
downloadforums-2faaa7f63cd45244cd536b507325e65c5f085b39.tar
forums-2faaa7f63cd45244cd536b507325e65c5f085b39.tar.gz
forums-2faaa7f63cd45244cd536b507325e65c5f085b39.tar.bz2
forums-2faaa7f63cd45244cd536b507325e65c5f085b39.tar.xz
forums-2faaa7f63cd45244cd536b507325e65c5f085b39.zip
[feature/oauth] Update service files + check for existing links
PHPBB3-11673
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/auth_providers.yml3
-rw-r--r--phpBB/config/tables.yml3
2 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/config/auth_providers.yml b/phpBB/config/auth_providers.yml
index 98b51fb917..b7486eabf4 100644
--- a/phpBB/config/auth_providers.yml
+++ b/phpBB/config/auth_providers.yml
@@ -42,7 +42,8 @@ services:
- @config
- @request
- @user
- - %tables.auth_provider_oauth%
+ - %tables.auth_provider_oauth_token_storage%
+ - %tables.auth_provider_oauth_account_assoc%
- @auth.provider.oauth.service_collection
tags:
- { name: auth.provider }
diff --git a/phpBB/config/tables.yml b/phpBB/config/tables.yml
index 48098ba8c2..e12720023d 100644
--- a/phpBB/config/tables.yml
+++ b/phpBB/config/tables.yml
@@ -1,5 +1,6 @@
parameters:
- tables.auth_provider_oauth: %core.table_prefix%auth_provider_oauth
+ tables.auth_provider_oauth_token_storage: %core.table_prefix%auth_provider_oauth_token_storage
+ tables.auth_provider_oauth_account_assoc: %core.table_prefix%auth_provider_oauth_account_assoc
tables.config: %core.table_prefix%config
tables.config_text: %core.table_prefix%config_text
tables.ext: %core.table_prefix%ext