1
0
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:
Cameron
2015-01-23 21:10:30 -08:00
parent 96e94d7a9a
commit e2a72b40a9
5 changed files with 53 additions and 14 deletions

View File

@@ -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,