From: Robin Appelman Date: Fri, 31 Aug 2012 23:54:13 +0000 (+0200) Subject: load authentication apps on login X-Git-Tag: v4.5.0beta2~24 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f67aef608f7bbeb43be2c8d8c10dc91ea0cb5d4b;p=nextcloud-server.git load authentication apps on login --- 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()) {