aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2014-06-14 21:10:37 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2014-06-14 21:10:37 +0530
commita6e9da5a7ca7ec61a60eee223b3d8be2b13b61fd (patch)
treedb2367cda7acb292074480363382d9135bd999e4 /phpBB
parent88987306de00636dfadc7a4dad08048226eeaa59 (diff)
parente18365dc63dad36082becdada8c4a7f1b650662e (diff)
downloadforums-a6e9da5a7ca7ec61a60eee223b3d8be2b13b61fd.tar
forums-a6e9da5a7ca7ec61a60eee223b3d8be2b13b61fd.tar.gz
forums-a6e9da5a7ca7ec61a60eee223b3d8be2b13b61fd.tar.bz2
forums-a6e9da5a7ca7ec61a60eee223b3d8be2b13b61fd.tar.xz
forums-a6e9da5a7ca7ec61a60eee223b3d8be2b13b61fd.zip
Merge pull request #2583 from nickvergessen/ticket/12209
[ticket/12209] Notify the admin that OAuth still allows DB authentification
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 8ab7be2abd..638e9907ac 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -414,7 +414,7 @@ $lang = array_merge($lang, array(
'AUTH_METHOD' => 'Select an authentication method',
'AUTH_PROVIDER_OAUTH_ERROR_ELEMENT_MISSING' => 'Both the key and secret of each enabled OAuth service provider must be provided. Only one was provided for an OAuth service provider.',
- '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_EXPLAIN' => 'Each OAuth provider requires a unique secret and key in order to authenticate with the external server. 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. Also note, that user can still register and login using the DB authentication plug-in.',
'AUTH_PROVIDER_OAUTH_KEY' => 'Key',
'AUTH_PROVIDER_OAUTH_TITLE' => 'OAuth',
'AUTH_PROVIDER_OAUTH_SECRET' => 'Secret',