|
@@ -143,6 +143,7 @@ class AuthController extends Zend_Controller_Action
|
|
|
$adapter->setIdentity($loginForm->getValue('username'));
|
|
$adapter->setIdentity($loginForm->getValue('username'));
|
|
|
$adapter->setCredential($loginForm->getValue('password'));
|
|
$adapter->setCredential($loginForm->getValue('password'));
|
|
|
|
|
|
|
|
|
|
+ $auth = Zend_Auth::getInstance();
|
|
|
$result = $auth->authenticate($adapter);
|
|
$result = $auth->authenticate($adapter);
|
|
|
|
|
|
|
|
if ($result->isValid()) {
|
|
if ($result->isValid()) {
|