mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-03 21:15:42 +02:00
Merge branch 'develop-ascraeus' into develop
# By Joas Schilling # Via Dhruv Goel (1) and Joas Schilling (1) * develop-ascraeus: [ticket/12209] Notify the admin that OAuth still allows DB authentification
This commit is contained in:
commit
86c3fd34dd
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user