aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-23 14:29:38 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-23 14:30:06 -0400
commitaf6a4b21614c602ae8fe5323fab2b384c6ad5393 (patch)
tree28c8c1c7343fdccd7dbcd47a9908f995f8ae63a5 /phpBB/language/en
parent2fc4be1a31e44f30ea96914bf657e4e7b2236760 (diff)
downloadforums-af6a4b21614c602ae8fe5323fab2b384c6ad5393.tar
forums-af6a4b21614c602ae8fe5323fab2b384c6ad5393.tar.gz
forums-af6a4b21614c602ae8fe5323fab2b384c6ad5393.tar.bz2
forums-af6a4b21614c602ae8fe5323fab2b384c6ad5393.tar.xz
forums-af6a4b21614c602ae8fe5323fab2b384c6ad5393.zip
[feature/oauth] Clean up the OAuth ACP template
PHPBB3-11673
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/board.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 892d3f61fe..553cd1a6eb 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -394,14 +394,13 @@ $lang = array_merge($lang, array(
'AUTH_METHOD' => 'Select an authentication method',
+ 'AUTH_PROVIDER_OAUTH_EXPLAIN' => 'Each OAuth provider requires a unique secret and key in order to authenticate with the external server.<br />These should be supplied by the OAuth service when you register your website with them and should be entered exactly as provided to you.<br />Any service that does not have both a key and a secret entered here will not be available for use by the forum users.',
'AUTH_PROVIDER_OAUTH_KEY' => 'Key',
- 'AUTH_PROVIDER_OAUTH_KEY_EXPLAIN' => '',
'AUTH_PROVIDER_OAUTH_SERVICE_BITLY' => 'Bitly',
'AUTH_PROVIDER_OAUTH_SERVICE_FACEBOOK' => 'Facebook',
'AUTH_PROVIDER_OAUTH_SERVICE_GOOGLE' => 'Google',
'AUTH_PROVIDER_OAUTH_TITLE' => 'OAuth',
'AUTH_PROVIDER_OAUTH_SECRET' => 'Secret',
- 'AUTH_PROVIDER_OAUTH_SECRET_EXPLAIN' => '',
'APACHE_SETUP_BEFORE_USE' => 'You have to setup apache authentication before you switch phpBB to this authentication method. Keep in mind that the username you use for apache authentication has to be the same as your phpBB username. Apache authentication can only be used with mod_php (not with a CGI version) and safe_mode disabled.',