aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-13 16:51:38 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-14 14:22:42 -0400
commit24bf333e161332ddd589831228e35ad9eb1e8f18 (patch)
tree1f75cd05e829dd8e59c93c5dca914fea3b97a95a /phpBB/config
parent37f099b014ea34378096c50cf898c060bd3f0d42 (diff)
downloadforums-24bf333e161332ddd589831228e35ad9eb1e8f18.tar
forums-24bf333e161332ddd589831228e35ad9eb1e8f18.tar.gz
forums-24bf333e161332ddd589831228e35ad9eb1e8f18.tar.bz2
forums-24bf333e161332ddd589831228e35ad9eb1e8f18.tar.xz
forums-24bf333e161332ddd589831228e35ad9eb1e8f18.zip
[feature/oauth] Use DB for OAuth token storage
PHPBB3-11673
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/auth_providers.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/config/auth_providers.yml b/phpBB/config/auth_providers.yml
index 78c799ffb1..4d402e71f2 100644
--- a/phpBB/config/auth_providers.yml
+++ b/phpBB/config/auth_providers.yml
@@ -42,6 +42,5 @@ services:
- @config
- @request
- @user
- - @cache.driver
tags:
- { name: auth.provider }