From a21d51b3425fb3aab99172899c9d128275a6b61a Mon Sep 17 00:00:00 2001 From: Tom Reijnders Date: Sat, 31 May 2014 12:22:15 +0200 Subject: [PATCH] Oops --- auth_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth_config.php b/auth_config.php index 47f45708dd..28e71fa85a 100644 --- a/auth_config.php +++ b/auth_config.php @@ -9,9 +9,9 @@ * See code in library/Xerte/Authentication/*.php - where each file should match up to the value used below. */ -//$xerte_toolkits_site->authentication_method = 'Guest'; +$xerte_toolkits_site->authentication_method = 'Guest'; //$xerte_toolkits_site->authentication_method = 'Ldap'; -$xerte_toolkits_site->authentication_method = 'Db'; +//$xerte_toolkits_site->authentication_method = 'Db'; //$xerte_toolkits_site->authentication_method = 'Static'; //$xerte_toolkits_site->authentication_method = "Moodle";