Skip to content
Snippets Groups Projects
Commit 1abe0511 authored by Tim Steiner's avatar Tim Steiner
Browse files

Disable layout/view on the login validation page.

parent 97175fbb
Branches
Tags
No related merge requests found
......@@ -34,6 +34,8 @@ class Auth_IndexController extends App_Controller_Action {
public function validateAction()
{
$this->_disableLayoutAndView();
$username = $this->getRequest()->getParam('username');
$password = $this->getRequest()->getParam('password');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment