diff --git a/e107_admin/prefs.php b/e107_admin/prefs.php index 848e06ae2..d0151648f 100644 --- a/e107_admin/prefs.php +++ b/e107_admin/prefs.php @@ -1342,117 +1342,8 @@ $text .= " "; // =========== Registration Preferences. ================== -$text .= " -
- - "; - // Single/ Social Login / / copied from hybridAuth config.php so it's easy to add more. // Used Below. @@ -1530,8 +1421,6 @@ $social_logins = array ( ); -// Key registration -// TODO LAN $social_external = array( "Facebook" => "https://developers.facebook.com/apps", "Twitter" => "https://dev.twitter.com/apps/new", @@ -1543,12 +1432,216 @@ $social_external = array( ); $testUrl = SITEURL."?route=system/xup/test"; + +$elements = array(1=>'Register & Login', 2=> 'Login Only', 0=>LAN_DISABLED); + + +$text .= " + + + "; + + +// Key registration +// TODO LAN + $text .= "