mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Social login: Yahoo - added id/secret fields.
This commit is contained in:
@@ -141,13 +141,7 @@ class social_ui extends e_admin_ui
|
||||
|
||||
$this->social_logins = array (
|
||||
// openid providers
|
||||
"OpenID" => array (
|
||||
"enabled" => true
|
||||
),
|
||||
|
||||
"Yahoo" => array (
|
||||
"enabled" => true
|
||||
),
|
||||
|
||||
"AOL" => array (
|
||||
"enabled" => true
|
||||
@@ -203,6 +197,11 @@ class social_ui extends e_admin_ui
|
||||
"keys" => array ( "key" => "", "secret" => "" )
|
||||
),
|
||||
*/
|
||||
|
||||
"OpenID" => array (
|
||||
"enabled" => true
|
||||
),
|
||||
|
||||
"Steam" => array (
|
||||
"enabled" => true,
|
||||
"keys" => array ( "key" => "" )
|
||||
@@ -210,9 +209,15 @@ class social_ui extends e_admin_ui
|
||||
|
||||
"Twitter" => array (
|
||||
"enabled" => true,
|
||||
"keys" => array ( "key" => "", "secret" => "" )
|
||||
"keys" => array ( "key" => "", "secret" => "" ),
|
||||
"includeEmail" => true,
|
||||
),
|
||||
|
||||
|
||||
"Yahoo" => array (
|
||||
"enabled" => true,
|
||||
"keys" => array ( "id" => "", "secret" => "" ),
|
||||
),
|
||||
|
||||
|
||||
);
|
||||
|
Reference in New Issue
Block a user