diff --git a/usr/themes/default/index.php b/usr/themes/default/index.php index 3fd4c656..4fe2cad5 100644 --- a/usr/themes/default/index.php +++ b/usr/themes/default/index.php @@ -1,6 +1,6 @@ limit(1)); if (empty($user)) { + $this->pluginHandle()->simpleLoginFail($this); return false; } $this->push($user); $this->_hasLogin = true; + $this->pluginHandle()->simpleLoginSucceed($this, $user); return true; }