mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 06:33:22 +02:00
Allow for a XUP-only login/signup situation when configured this way.
This commit is contained in:
@@ -1488,7 +1488,7 @@ $social_logins = array (
|
||||
|
||||
"Github" => array (
|
||||
"enabled" => true,
|
||||
"keys" => array ( "key" => "", "secret" => "" )
|
||||
"keys" => array ( "id" => "", "secret" => "" )
|
||||
),
|
||||
|
||||
"Google" => array (
|
||||
@@ -1508,12 +1508,12 @@ $social_logins = array (
|
||||
"keys" => array ( "id" => "", "secret" => "" )
|
||||
),
|
||||
|
||||
|
||||
/*
|
||||
"MySpace" => array (
|
||||
"enabled" => true,
|
||||
"keys" => array ( "key" => "", "secret" => "" )
|
||||
),
|
||||
|
||||
*/
|
||||
|
||||
"Twitter" => array (
|
||||
"enabled" => true,
|
||||
|
Reference in New Issue
Block a user