From f67aef608f7bbeb43be2c8d8c10dc91ea0cb5d4b Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sat, 1 Sep 2012 01:54:13 +0200 Subject: [PATCH] load authentication apps on login --- lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base.php b/lib/base.php index f9adefd8b66..8d605e52802 100644 --- a/lib/base.php +++ b/lib/base.php @@ -469,7 +469,7 @@ class OC{ } protected static function handleLogin() { - OC_App::loadApps(array('prelogin')); + OC_App::loadApps(array('prelogin','authentication')); $error = false; // remember was checked after last login if (OC::tryRememberLogin()) { -- 2.39.5