diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-13 14:00:34 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-13 14:00:34 +0200 |
commit | e18365dc63dad36082becdada8c4a7f1b650662e (patch) | |
tree | 0d367d1872398a65cbf9e6cb97eeb4b461ed5c6f /phpBB/language/en | |
parent | 309aa1d8bf1905381fc42e826cd280878aa6fa4a (diff) | |
download | forums-e18365dc63dad36082becdada8c4a7f1b650662e.tar forums-e18365dc63dad36082becdada8c4a7f1b650662e.tar.gz forums-e18365dc63dad36082becdada8c4a7f1b650662e.tar.bz2 forums-e18365dc63dad36082becdada8c4a7f1b650662e.tar.xz forums-e18365dc63dad36082becdada8c4a7f1b650662e.zip |
[ticket/12209] Notify the admin that OAuth still allows DB authentification
PHPBB3-12209
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
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', |